This topic has 3 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #200221
     chris1218
    Participant

    Hello, I’m trying to make the lines in the screenshot darker or blue.  Could you please tell me a CSS code that could do that?  I’m not sure how to designate the codes for the lines specifically.

    #200270
     Kieran_SQ
    Moderator

    Hi,

    You can override the inherited colors of this element with the below custom CSS. Please add the below snippet to your KLEO Child theme’s style.css file via WP Admin > Appearance > Editor > KLEO Child > Style.css or in Theme Options > General Settings > Scroll to: ‘Quick CSS’.

    COPY CODE
    .profile #buddypress .hr-title.hr-full.hr-double {
        border-color: #3c81c0;
    }

    I used the color from your header for the example but you can change the # value to suit your needs. After saving the custom CSS clear your website cache, CDN and front-end cache to see the changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #200320
     chris1218
    Participant

    Perfect!!! Thanks for going over and above by finding the header color for me!

    #200345
     Kieran_SQ
    Moderator

    Hi,

    Glad this is working for you 🙂 Feel free to open a new ticket any time and we’ll be happy to assist.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?