• Resolved afflannery

    (@afflannery)


    I wanted to increase the size of the title – no problem – added a bit custom CSS code and it worked great. Followed the same advice for the tag line, but to no effect. Tried playing around with different variants but it doesn’t seem to have any effect.

    Custom CSS Code
    /* For the main header at top */

    h1.site-title {
    	font-size:7em;
    }
    
    h1.site-description {
    	font-size: 4em;
    }

    /* Simple enough */

    Looking at the HTML,
    <div class=”header__titles lg:flex items-center” itemscope itemtype=”https://schema.org/Organization”&gt;<h1 class=”site-title”>Pickleball</h1><span class=”site-description display-none sm:display-block relative text-sm”>Scheduling for the Court</span></div>

    Not enough of an HTML expert to spot the problem

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing .site-description’ is closed to new replies.