• Resolved envisi8

    (@envisi8)


    Hello,

    I need help putting back the CTA button in the header. You guys helped me remove it befor but the client wants it back. Also is there a way to add another button next to it?

    Finally, i wanted to add a little weight to the subtitle. I tried this but it didn’t work for the font weight.

    .subtitle {
    font-family: ‘Raleway’;
    font-weight: 700
    }

    Did I do something wrong?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can set your slide’s button from Appearance menu > Customize > Header area > Header Slider > Call to action button.

    To add more weight to the slide’s subtitle, try this CSS code; and add it to Appearance > Customize > Additional CSS.

    
    .header-slider .text-slider .subtitle {
      font-weight: 600;
    }
    

    Regards,
    Kharis

    Thread Starter envisi8

    (@envisi8)

    Thank you!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add button back to header slider/subtitle font weight’ is closed to new replies.