Home Forums Free Themes Signify Education Change Header text color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #139577
    dioledawg
    Participant

    Hi,

    I’m really liking this theme as it has worked great for me so far.

    A few questions:

    1. Is there a way to use CSS to change the text in the header when you use header images on all pages? Because the text color is black, it is difficult to see on some pages. You can see what it here https://kimberlywilliamsbrown.com/consulting where you can barely see the word “Consulting” and it’s worse on other pages.

    2. For the search icon in the top right menu, is there a way to get it to display the word “Search” in addition to the icon?

    3. On the home page, is there a way to remove the heading that says featured and also the heading under that which says Home. I’m not sure I’m going to put any additional text on the homepage.

    Thanks so much for your help.

    #139699
    wensolutions
    Keymaster

    Hello,

    Please find answers to your queries below:

    1. Regarding your query, please add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the color of page title.

    .page .custom-header .section-title{
        color: #ffff;
    }

    You can adjust the color code as per the requirement.

    2. Regarding your query related to search, you can add the title from Admin Panel > Appearance > Customize > Widgets > Sidebar and add title as per the screenshot https://prnt.sc/vsl99i , if you are talking about sidebar search.

    If you have mentioned about the search managed by the theme then you can go to Admin Panel > Appearance > Customize > Theme Options > Search Options and change the Search Text as per your requirement.

    3. Regarding your query, please add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the content of page “home”.

    .home .content-area{
    display:none;
    }

    To change the title “featured” go to Admin Panel > Appearance > Customize > Theme Options > Featured Content > Choose Homepage from the dropdown and edit/add the section title and description.

    Hope this helps.

    If you have any queries further, let us know.

    Regards.

    #139933
    dioledawg
    Participant

    This is actually great. Thanks for your help so far.

    1. The header color changed on all pages except the blog page. Do I need a different CSS for that one?

    2. The search option that I am referring to was done by going to Admin Panel > Appearance > Customize > Theme Options > Menu Options and selecting Search in Primary Menu. All the other ones are set to their default values and this still does not change.

    See here https://prnt.sc/vupzze for what I’m talking about.

    #139948
    wensolutions
    Keymaster

    Hello,

    To change the header text color in blog page, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .blog .custom-header .section-title{
        color: #ffff;
    } 

    Also, the feature regarding adding text for the search icon displaying in header section is not available.

    If you have any queries further, let us know.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.