• Hi, first of all i must say i love this theme and the way it lets you change almost everything easily.

    The problem is that I would like to give more presence to the titles on the main page and sidebars (those that are on H3 tag) so my idea was to change the H3 style, maybe giving it a bigger size or some kind of image as background for the title.

    I tried to change the css child but nothing happens.

    ?What am I doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am just learning WP and this theme, but I may be of some help.

    I found that I had to clear the cache at my web host and laptop each time I made a change to the child style.css file in order to see the update.

    Hi kuluneken. Can you post the css that you tried?

    Thread Starter Kuluneken

    (@kuluneken)

    Hi bdbrown, I didnt save it but i tried something as simple as changin the size font to try if it did work or not and the titles didnw changed size.

    In your child theme style.css you could change most of the content on your site with something like this:

    body h3, .sidebar .widget h3 {
      font-size: 28px;
      font-style: italic;
      color: #f00;
      }

    Items in the header and footer, and some widgets, may have to be more specifically targeted to override the default styles applied by the theme and/or plugins. Hope that helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change "H3" style ?where?’ is closed to new replies.