Tagged: bullets, Freelancer Demo, links, text
-
AuthorPosts
-
July 22, 2019 at 12:15 pm #1120821
Hi,
When using bullets in text it the preview gives the right view, but when going to the actual website it shows another font. Where do I fix this?
Another thing….in the settings I gave links etc. a color, but it appears underlined. A bit strange but can’t find how to change this.
Hope you have the answer.Thanks, Sandra
July 22, 2019 at 4:15 pm #1120917Hey kardnas,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonJuly 22, 2019 at 4:36 pm #1120937Hi Jordan,
URL and credentials are below.
Bullets occur on contact page.
Underlining text is on Homepage first section to see.
Thx for the help,
SandraJuly 23, 2019 at 3:20 am #1121085Hi,
Thank you for the update.
We used this css code to remove the default underline in the link tag.
#top .av_inherit_color a { text-decoration: none; }
Are you trying to set the font family to Georgia? We applied the font to the list.
Best regards,
IsmaelJuly 23, 2019 at 9:14 am #1121121Hi Ismael,
Thanks for the deletion code.
The font I am using is Quicksand. It has been added to the list and it works everywhere except when using bullets. So strange. Adjusting in the options isn’t possible, have been searching how to fix this, without luck.
Hope you have the solution.Thx, Sandra
July 24, 2019 at 5:11 am #1121368Hi Sandra,
Thanks for the clarification, could you link to a page where we can see this problem with the list please?
Best regards,
RikardJuly 24, 2019 at 12:40 pm #1121512Hi Rikard,
This was already mentioned in a previous post. Bullets occur on contact page.
Thx, SandraJuly 24, 2019 at 7:09 pm #1121696Hi Sandra,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.entry-content-wrapper div li { font-family: "Open Sans", arial, sans-serif; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 24, 2019 at 10:53 pm #1121769Hi,
Unfortunately this doesn’t solve the issue, it makes it even worse.
Any other options?
THanks, SandraJuly 26, 2019 at 3:35 am #1122031Hi,
Thank you for the update.
We manually applied the Quicksand font to the list.
<ul> <li><span style="font-family: Quicksand,Palatino;">wanneer het tijd is om een hartsverbinding te realiseren</span></li> <li><span style="font-family: Quicksand,Palatino;">wanneer je jouw route wilt herberekenen</span></li> <li><span style="font-family: Quicksand,Palatino;">wanneer het tijd is om je talenten en gaven optimaal te benutten</span></li> <li><span style="font-family: Quicksand,Palatino;">wanneer je bedrijf of privéleven een boost nodig heeft</span></li> <li><span style="font-family: Quicksand,Palatino;">wanneer het tijd is om te gaan van hart naar zichtbaarheid.</span></li> </ul>
And added this code in the Quick CSS field just in case the inline styling is not sufficient.
.entry-content-wrapper div li { font-family: Quicksand,sans-serif; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.