• Hello, I am currently trying to edit my sidebar font color from this weird light red to my regular link color of dark red. I cannot find the coding in the editor though! Please, if anyone could help, tell me where the coding for the font color is located, or could you paste it? Thank you and the help is greatly appreciated!
    P.S. I am really, really new to WordPress!
    My site is here:
    https://www.mountmournepost.com/?1675Nav=|&NodeID=4086

Viewing 1 replies (of 1 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It’s in

    .symposium-wrapper *, .widget-area, .symposium_profile_menu {
    font-family: Georgia,Times !important;
    color: red !important;
    }

    and

    .symposium-wrapper a:link, .symposium-wrapper a:visited, .symposium-wrapper a:active, .widget-area a:link, .widget-area a:visited, .widget-area a:active {
    color: #EE1D24 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    }

    Those seem to be set by WP Symposium – You SHOULD be able to override them in a child theme CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘My Widget Color’ is closed to new replies.