This topic has 11 replies, 4 voices, and was last updated 6 years by Laura.

  • Author
  • #98275
     szmek9
    Participant

    Hi
    How I can change colors of objects marked in red in attatched photo. Also active icon color.

    #98280
     szmek9
    Participant

    I forgot to attatch image

    Attachments:
    You must be logged in to view attached files.
    #98405
     Laura
    Moderator

    Hello, to change all icons, add this to style.css of child theme then change color

    COPY CODE
    
    div#item-nav li a:before {
        color: blue !important;
    }
    

    To change just the shop icon, use this

    COPY CODE
    
    a#user-orders:before {
        color: blue !important;
    }
    

    Line Color:

    COPY CODE
    
    div#item-nav {
        border-bottom-color: blue !important;
    }
    

    Header meta

    COPY CODE
    
    .is-user-profile div#item-header div#item-header-content h4, .is-user-profile div#item-header div#item-header-content a, .is-user-profile div#item-header div#item-header-content .label, .is-user-profile div#item-header div#item-header-content span.activity, .buddypress.is-user-profile div#item-header div#item-actions h3, .is-user-profile div#item-header div#item-meta {
        color: blue !important;
    }
    

    Edit menu item

    COPY CODE
    
    a#edit {
        color: blue !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #98438
     szmek9
    Participant

    thanks for the reply. How can i change just the color of active tab. Like in photo.

    Attachments:
    You must be logged in to view attached files.
    #98737
     Laura
    Moderator

    Hello, try this then

    COPY CODE
    
    #buddypress div#item-nav ul li.current a:before {
        color: blue !important;
    }
    

    🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #98899
     szmek9
    Participant

    Thanks for help. It worked.

    #99038
     Laura
    Moderator

    Glad to help 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #140732
     mlvc1958
    Participant

    Ive followed these steps but ive lost the hover easing state.
    can you show me the css for this original state that buddypress had.

    #141050
     Laura
    Moderator

    Hello, what do you mean by hover? This code doesnt change the hover style

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #165814
     btroesch
    Participant

    I put the above code in the style.css of the kleo child theme, however, it does not work (see attachement). Am I doing something wrong?

    Attachments:
    You must be logged in to view attached files.
    #165845
     btroesch
    Participant

    problem solved

    #166004
     Laura
    Moderator

    Glad you could resolve it 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 12 posts - 1 through 12 (of 12 total)

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

Log in with your credentials

Forgot your details?