Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #282378
    Marine
    Member
    Post count: 151

    Hello,

    I have a small problem. In the headings font options, I have twice Roboto 300.
    What I’d like to do is to have my H1 on the homepage (yellow sentence) as Roboto 300 and my h2, h3, h4… in Roboto 400.
    I’ve tried several things but it doesn’t work, could you help? I have the impression that the Twice Roboto 300 in the font options list is the problem.
    Tx guy !!
    Marine

    #282382
    David Martin – Support
    Moderator
    Post count: 20834

    What version of the theme do you have?

    Please add a WP login for us to take a closer look.

    Thanks.

    #282384
    Marine
    Member
    Post count: 151
    This reply has been marked as private.
    #282701
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    For Dante, you cannot control each heading weight within the theme options, it sets all headings the same. You can do this with CSS, add it to Theme Options => Custom CSS:

    h1 {
    font-weight: 300!important;
    }
    h2, h3, h4 {
    font-weight: 400!important;
    }
    #282708
    Marine
    Member
    Post count: 151

    I’ve tried but it doesn’t work, please see it the on h1 yellow title just under the slider.

    #282715
    David Martin – Support
    Moderator
    Post count: 20834

    Please also add this to your Theme Options => Custom CSS:

    @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

    #282716
    Marine
    Member
    Post count: 151

    Done but not better ๐Ÿ™ I become crazy ๐Ÿ˜‰

    #282719
    David Martin – Support
    Moderator
    Post count: 20834

    This is now working:

    Please describe your issues in more details then “not better”.

    – David.

    #282722
    Marine
    Member
    Post count: 151

    The sentence “Technosens, le sens de la technologie” is still in Roboto 400.
    Attached :
    – 400.jpg : what I see on my screen so I image the 2 css codes didn’t work
    – 300.jpg : what I’d like to get : to get this print screen, I’ve changed the Font options headings to Roboto 300
    – 2-300.jpg : I the font options list, we have twice Roboto 300, may it could come from this?

    Thanks David !

    Attachments:
    You must be logged in to view attached files.
    #282732
    David Martin – Support
    Moderator
    Post count: 20834

    “TechnoSens, le sens de la technologie” is 300 hundred weight:

    #282910
    Marine
    Member
    Post count: 151

    Tx David!

    #282930
    David Martin – Support
    Moderator
    Post count: 20834

    No problem.

    Thanks.

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register