Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #557205

    I have a full page slider on my homepage and I’ve noticed recently that the caption text is now slightly different (thicker/bolder maybe?). There are no options from what i can see to change this. Nor do i know which “default” font it was using. I noticed the similar slider on your demo appears to have changed the same way. I would like to use the thinner font if possible. It looks like one of the text sections below has a now thicker font as well.

    #557282

    Hi fbords!

    Add this to your custom CSS.

    .slideshow_align_caption p { font-weight: 300 !important; }
    

    Cheers!
    Elliott

    #559512

    I added this but the caption title is still very bold. I’m referring to the text “WELCOME! WE ARE PIXEL CLOUD” specifically.

    #559637

    Hey!

    Please use following code

    div .slideshow_caption h2 {
        font-weight: 300 !important;
    }

    Cheers!
    Yigit

    #560072

    That one didn’t seem to work either…

    #560333

    Hi!

    The current Raleway font doesn’t support any font weights other than the default weight. Please add this in the functions.php file:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Raleway New'] = 'Raleway:400,300,100,200,500,600,700';
    return $fonts;
    }

    Go to Enfold > General Styling > Fonts panel then select the Raleway New as Heading Font.

    Cheers!
    Ismael

    #562231

    I added this to the functions.php file, but when i went back to the fonts panel Raleway New didn’t appear in the list.

    #562391

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #562665

    Created login info

    #562885

    Hi,

    Like I wrote in your other thread the details are not working, please check and send new ones.

    Thanks,
    Rikard

    #562916

    I’m not sure what’s going on. I can use those credentials fine. I even had one of our other members try it and they were able to get in as well It is giving you a WP Admin page to log into isn’t it?

    • This reply was modified 8 years, 2 months ago by fbords.
    #563684

    Hi,

    I wrote in your other thread: https://kriesi.at/support/topic/navigation-and-anchors/#post-563682, what do I have to do to get to the regular login page?

    Thanks,
    Rikard

    #564065

    Try this link:

    #564793

    Hey!

    The login page is broken please see screenshot below however by chance i could see the dashboard option and clicked on it to get in.

    The font you are using is set to it’s lowest thickness which is font-weight:100; it cannot be made any more thin.
    To make it look thin you can reduce the size a bit so it looks small and thinner.

    To reduce the site please goto admin > pages > front > Full screen slider and check out the options.

    This is out of support scope but i personally think it will help you if you like to play around on your own check out this plugin to install some google fonts and see if you like it. again we do not support this plugin nor we have tested it with enfold.

    https://wordpress.org/plugins/easy-google-fonts/

    If you have any more questions please feel free to let us know… we are glad to help you!

    Thank you for using Enfold!

    Cheers!
    Vinay

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