badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change site title font and size?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #66604
    jake-3565
    Participant

    Hello Theme Horse,

    I was wondering if there is a way to change the site title font and size? It’s a little thin, and we’d like to darken it up and make it a bit bigger.

    How can this be done?

    Thank you

    #66640

    Hi @jake-3565,

    To make the site title bigger, darker and font weight to normal then please go to the Appearance > Customizer > Ambition Theme Options > Custom CSS and paste the below custom css code.

    #site-title {
    font-weight: normal;
    }
    
    #site-title a {
    color: #000000;
    }
    
    @media (min-width: 768px) {
    #site-title {
    font-size: 30px;
    }
    }

    You can change the above font size from 30px to any as you desired.

    Thanks

    #66685
    jake-3565
    Participant

    Hi Theme Horse,

    That worked well thank you! Is there a CSS reference guide or cheat sheet somewhere, maybe perhaps even in the code that documents these different elements for this theme? I’m sort of slow when it comes to php and css but wouldn’t mind a bit of a read to find some of these varibles which can be tweaked.

    Thank you!

    #66820

    Hi @jake-3565,

    Actually we haven’t provided any CSS frameworks on our documentation. Documentations are just to help users to set and use the theme easily. If you want to change the font sizes and color for the elements basis then you can upgrade the theme by buying premium version. In Premium Version you can customize the theme easily through the options provided by the theme.

    Thank you

    #66900
    jake-3565
    Participant

    Hey Theme Horse,

    Gothca, if the paid version allows granular edits to the theme elements then we’ll go ahead and buy it!

    Thank you!
    Jake

    #67134

    Hi @jake-3565,

    Premium version have lots of feature.
    Can you please clarify what you are exactly need in the theme?

    Thank you!

    #67189
    jake-3565
    Participant

    Hey Theme Horse,

    I’ve purchased Ambition Pro and uploaded it. Two questions, is there an easy way to transfer my site from Ambition Free to Pro?

    Secondly I’d like to increase the Tagline font size and give it a darker font.

    Thank you!

    Jake

    #67275

    Hello @jake-3565,

    It’s very simple to upgrade to premium version.
    Just download the Ambition Pro zip file from your account via our site and upload it to your WP site themes directory as you did for other themes and activate it.

    And for Tagline font size and color just go to your admin dashboard and go to Appearance > Customize > Ambition Theme Options there you can see the option for font size as well as font color.

    Thank you!

    #67489
    jake-3565
    Participant

    Hey Theme Horse,

    OK I’ve purchased Ambition Pro and activated it. I’m still having trouble finding the font size and color for the main site tagline. It’s stuck at a small size and it’s very grey. I looked at the font settings and I don’t see any settings for the tagline. I’d just like to darken it up a bit.

    Am I missing something in the pro options?

    Thank you!

    #67529

    Hi @jake-3565,

    We have related the ‘Site Tagline’ color with the ‘Content Color’ So to change to color of Site Tagline then please go to Appearance > Customize > Ambition Theme Options > Font Color and change the color of ‘Content’ to a Dark Black.

    And you can change the Site tagline under Font Size > Content But If you only wan’t to change the Font Size of Site Tagline then please go to the Appearance > Customizer > Ambition Theme Options > Custom CSS and paste the below custom css code.

    #site-description {
    	font-size: 16px;
    	line-height: normal;
    }

    You can set to any font size at the place of 16

    Thanks

    #82037
    siennadavid30
    Participant

    I’m unable to change my text color? what can be the issue?

    #82096

    Hi @siennadavid30

    Which section text color you want to change also which theme you are using?

    Thank you!

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