-
AuthorPosts
-
December 23, 2015 at 8:56 pm #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.
December 24, 2015 at 1:01 am #557282Hi fbords!
Add this to your custom CSS.
.slideshow_align_caption p { font-weight: 300 !important; }
Cheers!
ElliottJanuary 4, 2016 at 9:54 pm #559512I added this but the caption title is still very bold. I’m referring to the text “WELCOME! WE ARE PIXEL CLOUD” specifically.
January 5, 2016 at 1:38 am #559637Hey!
Please use following code
div .slideshow_caption h2 { font-weight: 300 !important; }
Cheers!
YigitJanuary 5, 2016 at 6:18 pm #560072That one didn’t seem to work either…
January 6, 2016 at 6:10 am #560333Hi!
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!
IsmaelJanuary 8, 2016 at 11:31 pm #562231I added this to the functions.php file, but when i went back to the fonts panel Raleway New didn’t appear in the list.
January 9, 2016 at 9:50 am #562391Hi,
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,
RikardJanuary 10, 2016 at 9:20 am #562665Created login info
January 11, 2016 at 4:43 am #562885Hi,
Like I wrote in your other thread the details are not working, please check and send new ones.
Thanks,
RikardJanuary 11, 2016 at 6:25 am #562916I’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, 11 months ago by fbords.
January 12, 2016 at 5:35 am #563684Hi,
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,
RikardJanuary 12, 2016 at 5:39 pm #564065Try this link:
January 13, 2016 at 4:39 pm #564793Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.