• Resolved missmaddis

    (@missmaddis)


    Hi. LOving the theme, just have a few issues.
    I want to change the link colours in my sidebar – where I’ve placed widgets. I have a blog and the widget is links to previous posts and comments.
    I’ve tried a CSS snippet that does not work:
    `/* Standard links */
    a {
    color: #411006;
    }

    /* Visited links */
    a:visited {
    color: #701906;
    }

    /* Hover links */
    a:hover {
    font-weight: bold;
    }

    Also – Ive uploaded a header at the size recommended but the theme doesnt show the full header, I tried the different settings for size but they are either too big or cropped. How do i change that?

    /M

    • This topic was modified 3 years ago by missmaddis.
Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    Thank you!

    Right click on the widget, select the “Inspect element” item to find the HTML ID of the widget, it’s the <div> that has the “widget” class, and then add the ID to the above CSS like this:

    #my_widget_id a {
      color: red;
    }

    Also, this theme offers color schemes for the widgets, but it’s not ported to the new and enabled by default, Block Widgets, so, you may want to install this plugin to have the “classic” widgets back and use the color schemes that come with this theme; that way, you wouldn’t need any CSS to change the link color.

    https://www.ads-software.com/plugins/classic-widgets/

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Link colours in widgets’ is closed to new replies.