Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1413051

    Hello, how can i enlarge the font in the page title?

    best regards, jelle vanhijfte

    #1413072

    Hey jeel147,

    Please try the following in Quick CSS under Enfold->General Styling:

    h1.main-title {
      font-size: 30px;
    }

    Best regards,
    Rikard

    #1413113

    hmmm, does not seem to do anything rikard…
    ive put font-size 130 px in it and the result is the same…

    #1413185

    Hi,

    Thank you for the update.

    The css files are currently compressed which is probably why the modifications are not taking effect. Please toggle or temporarily disable the Enfold > Performance > File Compression settings. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.

    If the css code above is still not working after disabling the file compression, please replace it with this css code before re-enabling the file compression.

    #top .title_container .main-title {
        font-size: 30px;
    }

    Best regards,
    Ismael

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