slider text on main slider

Homepage Community Forums Epik Theme Support slider text on main slider

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10803
    Event
    Customer

      The slider text on the main slider show is very light font, hard to see. Please advise how to make it darker/bolder.

      Thank you.

      #10804
      Event
      Customer
        This reply has been marked as private.
        #10809
        Wes
        Moderator

          If you look in your slider section around line 1164 in your style.css file you can add a font-weight like this –

          .slider {
              clear: both;
              font-weight: 400;
          }

          You can use 400, 600, 700….or “normal”, “bold” etc

          #10815
          Event
          Customer
            This reply has been marked as private.
            #10826
            Wes
            Moderator

              The first one will work – font-weight: bold;

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.