Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #1120917

    Hey kardnas,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1120937

    Hi Jordan,
    URL and credentials are below.
    Bullets occur on contact page.
    Underlining text is on Homepage first section to see.
    Thx for the help,
    Sandra

    #1121085

    Hi,

    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,
    Ismael

    #1121121

    Hi 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

    #1121368

    Hi Sandra,

    Thanks for the clarification, could you link to a page where we can see this problem with the list please?

    Best regards,
    Rikard

    #1121512

    Hi Rikard,
    This was already mentioned in a previous post. Bullets occur on contact page.
    Thx, Sandra

    #1121696

    Hi 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,
    Victoria

    #1121769

    Hi,
    Unfortunately this doesn’t solve the issue, it makes it even worse.
    Any other options?
    THanks, Sandra

    #1122031

    Hi,

    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

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