Edits to style.css file not reflected in my website

Home Support Business Point Plus Edits to style.css file not reflected in my website

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12722
    Graham Clark
    Participant

    I’m trying to increase the size of the h1 style in the style.css file. I know there are a couple of different ways of doing this but my preference is to do this by editing the style.css file. Anyhow,
    I’ve tried to increase the size of the h1 style by editing the h1 style in the style.css file, saving the change then clearing my browser’s cache but I’m not seeing the increase in the size of the h1 font reflected in my website. What am I doing wrong?

    #12741
    nirav
    Keymaster

    Hello Graham,

    Greetings of the day!

    Follow the below steps to add custom CSS
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”
    3) Paste the below code in “Additional CSS”

    h1{
    font-size:#FONT_SIZE;
    }

    4) Save the file

    Please share with us your website URL in case above-mentioned code doesn’t work. It will help us the check the issue in detail and can provide you the precise solution.

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 4 years, 6 months ago by nirav.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.