Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Change a Theme Colour?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #269178
    miramichijim
    Participant

    Hello,
    I am familiar with editing css, but I cannot find in my current style.css as to where to change this. Essentially, I just need to change the tab colour at http://www.MiramichiReader.ca. Thanks!

    #269181
    Beverleyh
    Participant

    Off the top of my head as I’m on mobile, the best tool in your toolkit is the developer console – F12 in most browsers. With it you’ll be able to click into the element(s) in question to see both their identifying class/id in the HTML, and the applied CSS in the styles pane. From here you’ll be able to see whatever colours are in use in order to test your desired changes. The name of the stylesheet it’s in will be given there too (handy if there are multiple stylesheets in play). Use the given class/id selectors to locate the element in your CSS and make your changes.

    #269197
    Paulie_D
    Member

    It’s this

    .widget-title-tab, .mag-widget-widget-title {
        background-color: #0073AA;
        color: #fff;
    }
    

    but it’s not in a CSS file…it seems to be in the head in a style tag so I’m assuming this is user set in a theme back end somewhere.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.