Widget Titles on Homepage Problem

Homepage Community Forums Epik Theme Support Widget Titles on Homepage Problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4480
    Abigailjane
    Customer

      Hi,

      For some reason the title for the widgets that is wrapped in h4 tags is not working. You can see what I mean here – http://minovalleyfarmsanctuary.org/en/

      I have simply copied and pasted the code from your instructions but it appears as this instead? Any ideas?

      Thanks
      Abigail

      #4484
      Wes
      Moderator

        It looks like you’ve changed the home-feature-3 code to home-featured-3-english in your home.php, thats why it’s not working since it’s referencing something a different code/class.

        If you do plan to change home-feature-3 to home-feature-3-english, then you’ll need to adjust your css, or add in the same code from home-feature-3.

        Here is the code that the home-feature-3 references when using an h4 title in that area –

        /* 11o - Home Feature h4 ----------- */
        
        .home-feature-3 h4,
        .home-feature-4 h4,
        .home-feature-5 h4,
        .home-feature-6 h4,
        .home-feature-7 h4,
        .home-feature-8 h4,
        .home-feature-9 h4,
        .home-feature-14 h4 {
        	color: #333;
        	font-size: 36px;
        	font-size: 2.25rem;
        	font-weight: 300;
        	line-height: 46px;
        }

        This is located around line 1690 in the demo css. It may be in a different spot if you’ve made adjustments to your css file.

        #4491
        Abigailjane
        Customer

          Thanks Wes, I have sorted it now!!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Widget Titles on Homepage Problem’ is closed to new replies.