• Hello,

    I’m trying to edit the color of a few footer widget titles. I created a separate class for each one already.

    #footer .widget-title {
    font-size: 12px;
    line-height: 12px;
    color: #873299;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    }

    #footer .widget-title2 {
    font-size: 12px;
    line-height: 12px;
    color: #008aab;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    }

    I’ve tested them out in inspector, so the classes are correct, I’m stumped as to how to call the class for each title I created.

    Thanks for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • generally, try using a browser inspection tool to find the css classes of the widget titles.

    what theme are you using?

    can you post a link to your site to illustrate what you have so far?

    Thread Starter Lian LaRussa

    (@lian-larussa)

    I’m using SilverClean Pro for the theme.

    I’m not working on a live site, so I can’t provide a link without a password, etc.

    Here’s the code from the inspector, if this helps:

      <li id=”text-2″ class=”one-fourth widget widget_text”> …
      <li id=”text-3″ class=”one-fourth widget widget_text”>
      <h3 class=”widget-title”>
      CONNECT
      </h3><div class=”textwidget”> … </div><li id=”text-4″ class=”one-fourth widget widget_text”> … <li id=”text-5″ class=”one-fourth widget widget_text”> …

    Seems like I just have to be more specific with calling the class in the css, but I’m not having any success with how I’m trying that, if that makes sense.

    Thread Starter Lian LaRussa

    (@lian-larussa)

    I just want to change the “widget-title” part of that

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.

    Thread Starter Lian LaRussa

    (@lian-larussa)

    Okay, sorry! Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom class in footer widget’ is closed to new replies.