Home Forums WoodMart support forum Page title

Page title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #97066

    [email protected]
    Participant

    Is it possible to hide page title only. show only background image

    Attachments:
    You must be logged in to view attached files.
    #97093

    Hello,

    Add this code to the Theme Setting > Custom CSS

    .page-title.color-scheme-light .entry-title {
        display:none;
    }

    Best Regards

    #97140

    [email protected]
    Participant

    This code is not working. Can you check it through my admin.
    And Also I want my search bar in the header to be round curve. Can you give me CSS for that

    #97169

    Hello,

    Please replace the code with this one:

    .page-title > .container .entry-title {
    display:none;
    }

    Best Regards

    #97172

    [email protected]
    Participant

    And the search bar in the heading?refer my previous msg

    #97206

    Hello,

    Please add this code to the Theme settings > Custom CSS:

     .whb-color-light .search-style-default input[type=text]{
    border-radius:20px!important;
    }

    Best Regards

    #97241

    [email protected]
    Participant

    Thank you. both has worked.

    #97282

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Page title’ is closed to new replies.