This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #100430
     morok
    Participant

    Hello! Links on sidebar inherit the color of the main text. They are indistinguishable from the main text. I can’t edit sidebar colors in theme options. How can I disable inheritance to customize the color of links?

    #100532
     sharmstr
    Moderator

    You can use sidebar specific css

    COPY CODE
    
    
    
    .main-color .sidebar ul li a {
        color: red !important;
    }
    
    .main-color .sidebar {
        color: green !important;
    }
    
    
    #main .main-color .sidebar h4, .main-color .sidebar h4.widget-title a {
        color: pink !important;
    }
    

    I purposely made them different colors so you can see which css controls which part of the sidebar.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

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

Log in with your credentials

Forgot your details?