Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #121443
    James Scranton
    Participant

    On my Home Page I have 3 featured content boxes. The text I currently have for these boxes is black, but I want to change it to white. When I do this under “Site Color Options” it also changes the text in my other pages to white. How do I just change the Home Page text to white?

    #121493
    tikaram
    Keymaster

    @jhscrantonaol-com : Can you please post in your site URL.

    Regards,
    Tikaram

    #121662
    James Scranton
    Participant
    #121703
    tikaram
    Keymaster

    @jhscrantonaol-com : To change featured content text to white on homepage:
    Go to Appearance => Customize => Additional css and add the following css.

    .home .entry-header .entry-title a {
    	color: #ffffff;
    }
    
    .home #featured-post .entry-content {
    	color: #ffffff;
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #122212
    Edwin
    Participant

    Hello, I tried this on my website and it isn’t working. https://www.buddhastatuesnow.com

    Is there a different code? The black title text color for the featured content does not mesh with the rest of the page. A bend of grey/blue or blue/green would work better. I tried entering the referenced code in “Additional CSS” but nothing happened even after I changed the hex code and saved it.

    Also, is it possible to enter a second Title? For example, if under the first row of featured content images I wanted to create a new title called “New Arrivals”. Then I would also want to change that color also.

    #122224
    tikaram
    Keymaster

    @mmhgloba : Add the following additional css to change the title text of featured content.

    .entry-header .entry-title a {
    	color: #0000FF;
    }

    To create a second Title you will need to hire customizer because that cannot be done from the customizer.

    Regards,
    Tikaram

    #122225
    Edwin
    Participant

    Sorry that is not working for some reason…..

    #122379
    Edwin
    Participant

    This isn’t working, can we try different code?

    #122380
    tikaram
    Keymaster

    @mmhgloba : Add the following additional css to change the title text of featured content.

    #featured-post #featured-heading h2{
    	color: #0000FF;
    }

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change Featured Content Text Color on Home Page, but not on other pages.’ is closed to new replies.