• Hi,

    On my frontpage, everything in the sidebar widgets is in black, even the hyperlinks.

    As I inspected the page I found that is because command n°170 in the style.css that says “.sidebar-wrap .widget a{color:#000;}”. I guess this overrides all other commands about the colour of hyperlinks in the sidebar, because when I untick it, colours come back.

    However, I didn’t find the way to delete this command that appears useless. Deleting the row in the style.css doesn’t do anything.

    How should I resolve the problem?

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author NimbusThemes

    (@nimbusthemes)

    Hi Stendie,

    You should be able to over-write this by going into the customizer and selecting the “Custom CSS” section. From here, you can copy and paste this code:
    .sidebar-wrap .widget a{color:#000!important;}

    From here, you can change the color to any color you would like, and the “!important” should force it to override the code in the style sheet.

    Best,
    – Jacob

    Thread Starter stendie

    (@stendie)

    Thank you Jacob, it worked perfectly!

    Best
    Andrea

    Thread Starter stendie

    (@stendie)

    Hi Jacob,

    Actually I have to come back on this problem, because your solution worked for some time, but now I have the same problem again. Although the famous line is still there in the style.css.

    What could go wrong?

    thanks in advance

    Stendie

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling error in frontpage sidebar’ is closed to new replies.