Trip type background image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7522
    mashaku
    Participant

    Hello
    Can you help me amd explain how can I change trip type background image?
    1. Change the background color

    2. Upload the image as a background image

    https://travelcostablanca.ru/trip-type/bike-tours/?customize_changeset_uuid=b0ab87aa-a4a0-45f2-ba8f-550c659d1bb2
    Regards,
    Maria

    #7523
    Support Team
    Keymaster

    Hello @mashaku,

    Please add below given CSS to manage your header section by going to Admin Panel > Appearance > Customize > Additional CSS.

    .archive.tax-itinerary_types .custom-header {
    background-color: #ece8e821;
    text-align: left;
    }
    .archive.tax-itinerary_types .custom-header:before {
    background-color: transparent;
    }
    .archive.tax-itinerary_types .custom-header .entry-header h1, .archive.tax-itinerary_types .custom-header .entry-header p,.archive.tax-itinerary_types .custom-header .entry-header span {
    color:#555;
    }
    .archive.tax-itinerary_types .custom-header a,.archive.tax-itinerary_types .custom-header .entry-header a {
    	color:#000000!important;
    }
    .archive.tax-itinerary_types .custom-header a:hover,.archive.tax-itinerary_types .custom-header .entry-header a:hover {
    	color:#df1814!important;
    }

    Also, you can disable the breadcrumb that appears below the header by going to Admin Panel > Appearance > Customize > Theme Options > Breadcrumb option.

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.