Change home page widget color text

Support Area Forums Agency Change home page widget color text

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.omegafandm.org
  • Author
    Posts
  • #35866
    Robert Fairchild
    Participant

    I’d like to change the color of the home page widget text to the same gold that I have on the rest of the page (links on main navigation). Can you help?

    #35883
    Bill Robbins
    Moderator

    Good Morning Robert,

    You can do that. Add this to the Custom CSS box that’s in the styling tab of your theme options page:

    
    .home .textwidget {
    	color: #dab34e;
    }
    
    .featured-title h3 {
    	color: #dab34e;
    }
    

    The top style there will change the text in the text widget. The second one will change the text in the featured page widget. If you don’t want to change that one, you can remove it and leave just the other. Let me know if you have any trouble.

    Have a great week,
    Bill

    #35889
    Robert Fairchild
    Participant

    Nice. How can I change the color of the black to my purple and have it be transparent? 🙂

    #35892
    Bill Robbins
    Moderator

    This snippet should do that for you:

    
    
    .featured-title {
    	background-color: rgba(50, 16, 92, 0.84);
    }
    

    Take care,
    bill

    #35895
    Robert Fairchild
    Participant

    Perfect! Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change home page widget color text’ is closed to new replies.