Hi,
I would like to replicate the fact that the full stop is a different colour on Enfold Gym theme on my site. Can you show me the way to do this please?
Also can you confirm to me the font and size of the gym demo headings? My client would like his to look the same.
Many thanks
Kim
Hey bauchope,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Andy
logins below. Permission to deactivate plugins also :)
Many thanks
Kim
Hi, also now having a problem uploading a video onto the background on the Welcome page! Link for video on private content below. It is not loading or showing. Can you let me know if it is in the correct format. I have used the dropbox link to upload.
Many thanks
Kim
Hi,
I get a “Page not Found” error when trying to open link you’ve provided. Please check.
Best regards,
Andy
Hi, logins confirmed below. I have just double checked and they are working.
Many thanks
Hi,
To change the color of the dot only in special headings add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Change the color value to suit your design.
.av-special-heading-tag strong {
color: #d63e2d;
}
To change the color of the dot site wide.
#top .all_colors strong {
color: #d63e2d;
}
The dot should be added inside a strong tag
<strong>.</strong>
The fonts used are Oswald and Lato for Headings and Body respectively.
You might like this is handy little tool to check the fonts https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm?hl=en
Best regards,
Vinay
thanks for that – works perfectly :)
Cheers