• I’m having trouble identifying and affecting the CSS selectors/classes which control the headings in the widget. Arrrgggh.

    See: https://www.kingscott.com/testwpsite/

    The words I’m trying to affect are selected with an H3 class=sidebarhead, which I’ve defined in the fusion theme add ons. (well, all of the widget is impervious to CSS changes.) Directions, please?

    I love the theme, but the documentation is thin, and scouring page after page of comments is a terrible way to find an answer.

    What am I doing wrong. All replies appreciated. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • h3.sidebarhead { color:red; }

    did you try this?
    added at the end of style.css of your theme.

    sometimes a ‘reload’ of the page in the browser is needed to make css changes visible; or a ‘ctrl f5’.

    Thread Starter jvanderbos

    (@jvanderbos)

    This is the relevant code that’s appended to each page by the theme options dialog (see code)

    h3 .sidebarhead {
       background: transparent url(images/div-h2.gif) repeat-x left bottom;
       color: #a6c8d8;
       padding: 4px 0;
       font-size: .5em;
       margin-bottom: .4em;
       text-transform: uppercase;
    }

    I’ve changed these options multiple times, reloaded, restarted and nothing changes. Tried other combinations of selectors and classes. I must have something wrong.

    delete the space between h3 and .sidebarhead – look closely at my example.

    Thread Starter jvanderbos

    (@jvanderbos)

    Thanks, that worked in one case.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fusion theme CSS pointer needed’ is closed to new replies.