• Resolved ghaziudeen

    (@ghaziudeen)


    Hello I would like to raise the title of my site intro so that it is closer to the slider. How do I do this in the css editor?

    Also, I would like to change its font, how do I do this in the css editor?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there ghaziudeen,

    Hope you’re well today!

    Please try adding this code to your theme Custom CSS tab which is located in Appearance >> Weblizar Options >> General Option

    div#myCarousel {
    margin-bottom: 60px;
    }
    
    .h2-section-title {
    font-family: "Times New Roman", Georgia, Serif;
    }

    In the first part is the original margin between slider and the title, please reduce the numeric value (60px) to what ever suits you the most. Second part will allow you to change the title font, replace it with the font of your choice.
    You can find more info about web “safe” fonts here:

    http://www.w3schools.com/cssref/css_websafe_fonts.asp

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter ghaziudeen

    (@ghaziudeen)

    Thanks Bojan! You’re the best!

    Hey,

    Glad I could help! Have a nice weekend 🙂

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Site intro edits’ is closed to new replies.