• hi,
    i would like to set a different font size for my blog post titles displayed on the homepage
    how can i do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Could you probably provide us an URL Address to your Website for us to have a better look at your issue?

    Regards

    KC

    Thread Starter bimmerime

    (@bimmerime)

    the website is not live yet. i’m using the avada theme if that helps

    Hello,

    If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    Regards

    KC

    Thread Starter bimmerime

    (@bimmerime)

    sounds like a canned response. thanks anyway

    Hello

    if you know a little php you can do this in the head.

    <?php if (is_home()) {
        // loading the stylesheet if it is the homepage
        echo '<link rel="stylesheet" href="home.css">'
    } else {
        // loading the other stylesheet if it is not the homepage
        echo '<link rel="stylesheet" href="other.css">'
    } ?>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘set a different font size for the homepage’ is closed to new replies.