Site description font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12985
    mashaku
    Participant

    Hello, team.
    1. Can you please provide the CSS style to change font size of site description? I would like to make it a little bit bigger.
    Screen http://prntscr.com/n6a076
    2. I would like to disable the wp-travel-filter-by-heading which appears above the list of trips in trip-type page.
    I have a sort list of tours and it’s not necessary
    Screen wp-travel-filter-by-heading

    Regards,
    Maria

    #13012
    wensolutions
    Keymaster

    Hello @mashaku,

    To increase the size of the site description add below given CSS.

    p.site-description {
        font-size: 16px;
    }

    Change the size as per your requirement.

    Now to remove the filter section, add below given CSS.

    .wp-travel-toolbar.clearfix {
        display: none;
    }

    Hope this helps.

    Let us know if you have any issues further.

    Thank you.

    #13054
    mashaku
    Participant

    Hello,
    Thank you. I´ve made changes.
    Regards,
    Maria

    #13056
    wensolutions
    Keymaster

    Hello @mashaku,

    Glad we could help you.

    Let us know if you have any issues further.

    Thank you.

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