Visual composer CSS - by neil - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: midlandsonline
    neil
    Participant
    May 5, 2015 at 10:47

    Hi

    I have searched everywhere on the inernet for this solution and hopefully you can help

    I need to change the color of the tabs border which is currently grey http://muscatproperties.co.uk/company-profile/

    Also, I dont want the tab titles to be uppercase and also want them bold

    4 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2015 at 12:14

    Hello,

    Please use this code in custom.css file:

    .left-bar, .left-bar .left-titles .tab-title-left:last-child, .left-bar .tab-content, .left-bar .left-titles .tab-title-left:first-child {
     border-color: black !important;
    }
    .left-bar .left-titles .tab-title-left {
        text-transform: lowercase !important;
        font-weight: bold;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: midlandsonline
    neil
    Participant
    May 5, 2015 at 12:38

    perfect thanks

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 5, 2015 at 12:48

    Hello

    You are welcome!

    With best regards
    Brian Johnson

    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2015 at 12:48

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Visual composer CSS’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.