Support » Theme: evolve » Headers not changing size

  • I’m having issues with the entry title on the home page not setting to the size that is selected in the customize theme option. (tried changing it in the css as well and nothing happened) Also trying to change the size and style of the h2 tags in the home content boxes, so far nothing is working. Any ideas?

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in,

    Perhaps, it’s a caching issue, you could try clearing your browser’s cache or try testing on a different browser. However you can try following code under Appearance > Theme Options > Custom CSS:

    .home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {
      font-size: 35px !important;
    }

    Particularly, I require you to provide your website URL so I can take a closer look to find the issue. Meanwhile, to change the size of h2 tags of content boxes, you can try this CSS:

    .home-content-boxes h2 {
      font-size: 30px;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Headers not changing size’ is closed to new replies.