Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323841

    Hi there!

    I am trying to change the color of the background and font color for the tabs that are inserted in my products page. Can anyone help me with this, I know I received a reply previously that helped change the background but did not include how to change the font color. Please see:

    http://hedgeports.com/fitness-exercise-equipment/#tab-id-55

    I would like to make the background color black and the font white. I would also like to change the size of the font for title and information inside the tab.

    Thank you so much for your help on this!

    Benjamin

    #324702

    Hi a00109943!

    Thank you for using Enfold.

    Use this to change the font color of the tab content:

    .main_color .tab_inner_content h4 {
    color: white;
    font-size: 18px;
    }
    
    .main_color .tab_inner_content > * {
    color: white;
    font-size: 14px;
    }

    Cheers!
    Ismael

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