• Resolved gizmobandit

    (@gizmobandit)


    I’m probably over thinking this. I’m trying to change the title color. I’ve been able to change the font size, but not the font color.

    Here is my css code: .s4 {
    font-color: #blue;
    font-size:16px;

    font-weight: bold;
    }
    And here is what the title code looks like:

    [expand title=”Product Specifications – Click here to Expand” trigclass=”s4″]

    The page is here: https://fireplacepro.com/new-hdx52-page.html

    I have the css in both the template’s css page and in the Collapse O Matic custom style box.

    I’m not sure if the template is somehow blocking this or if I’m overlookign something.

    Thanks for the help.

    https://www.ads-software.com/plugins/jquery-collapse-o-matic/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Baden

    (@baden03)

    !mportant
    google that, and get back with your results.

    fret not, together we’ll find a solution.

    Thread Starter gizmobandit

    (@gizmobandit)

    Thanks. I’ll give a try.

    Thread Starter gizmobandit

    (@gizmobandit)

    Tried putting important on for the font color. That did not work. Took off all coding, but the color for the font, and that didn’t work. Guess I’m at a loss here on how to change the color.

    Open to any ideas.

    Thanks.

    Plugin Author Baden

    (@baden03)

    Hey gizmobandit, contact us direct at info [at] twinpictures [dot] de with a link back to this thread and we’ll get you sorted out.

    Thread Starter gizmobandit

    (@gizmobandit)

    Will do.

    Hi Baden,
    Thanks for a great plugin . I too would like to change the title color from the default black to white.

    I’m using the visual editor to enter html:

    <h4>[expand title=”HOW DO I GET STARTED?” tag=”h2″]</h4>

    I haven’t specified any css for the title in custom style.
    Is that what I need to do?
    Kind regards,
    Danster

    Plugin Author Baden

    (@baden03)

    you are wrapping the collapse with an h2 and that with an h4… this makes no sense.
    Rather:

    [expand title="HOW DO I GET STARTED?" tag="h4"]

    now you will need to assign a custom class to the trigger. This is explained in the documentation on trigclass.

    Thanks Baden. Just removed the surrounding <h4> tags, kept the inner tag=”h2″.

    Tried inserting trigclass=”highlight” as in:

    [expand title=”HOW DO I GET STARTED?” trigclass=”highlight” tag=”h2″].

    By itself this code doesn’t have any effect , do I need to then create an extra bit of CSS to make the heading appear white?

    Plugin Author Baden

    (@baden03)

    yes…. add the following to the plugin’s options page under Custom CSS:

    h2.highlight {
       color: #ffffff;
    }

    Beautiful! Thanks so much Baden !

    Plugin Author Baden

    (@baden03)

    happy to be of value. issue marked as…. done and done.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Can't change title color’ is closed to new replies.