Adjust title size in Genesis Responsize Slider

Homepage Community Forums Epik Theme Support Adjust title size in Genesis Responsize Slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19215
    Don
    Customer

      I’m using the latest update to Epik for a new site. On an older site the title of the slider was in a more modest size font, but in this version it is a much larger font size.

      I can’t figure out where in the CSS to edit the font size for the slider title. Can anyone point me in the right direction?

      #19228
      Wes
      Moderator

        Do you have a link to your site with the Title active? I can take a look at it and see what needs to be adjusted.

        #19233
        Don
        Customer

          Thanks, Wes.
          The Site I’m working on is http://www.drkaimi.com. It’s the title on the home page slider that I’m trying to downsize a bit.

          By comparison, my older site, which is running on a three year old version of Epik, has a smaller title for the slider – that site is http://www.accunect.com

          Don.

          #19235
          Wes
          Moderator

            Ah, thanks for sending me the link, because I thought you were talking about the Slider Plugin itself. So you’re referring to the Widget Title, right? If so, you can override that by adding this to your CSS –

            .home .front-page-1 h4 {
                color: #333;
                font-size: 18px;
                font-weight: 600;
                letter-spacing: 1px;
                margin-bottom: 16px;
                text-align: left;
            }

            That will change it just for the .front-page-1 while leaving the other Widget Titles as they are. If you need to change the other titles let me know.

            #19241
            Don
            Customer

              Hi Wes,
              That worked perfectly, thanks!. I added it to the front page section of the CSS because it seemed to fit there, then played around with font-size, font-weight, and alignment until I was happy.
              Cheers!

              #19258
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Adjust title size in Genesis Responsize Slider’ is closed to new replies.