• I tried to enter custom code on a page I am working on that is private and now the words on my home page are bold and so is the page I am working on. What did I do? and how can I fix it? Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • lisa

    (@contentiskey)

    — maybe a stray un-closed tag or bracket
    consider:
    recent edits to css file
    recent edits to template files

    contact avada theme support for additional guidance
    https://avada.theme-fusion.com/

    Thread Starter cluteinstitute

    (@cluteinstitute)

    So when I use the inspector tool in firefox it shows the html as with a closed tag. However when I try to edit the page the is now tag to remove. am I looking in the wrong place?

    Thread Starter cluteinstitute

    (@cluteinstitute)

    so before the bold in my last message I wrong a strong tag with brackets. weird that code renders on a help forum

    Thread Starter cluteinstitute

    (@cluteinstitute)

    the code is p strong strong my text strong strong p this is all in the div class = fusion-text but I did not place the two strongs there and I can not remove them on the page editor.
    would this be in the page css? where do i go to change that?

    Thread Starter cluteinstitute

    (@cluteinstitute)

    I can not believe no one helped me here. The fix was simple so I will write it so if someone actually needs help with this problem they can fix it themselves instead of paying someone to do it. simply log onto your website, go to appearance, click on edit css then place this code

    * {
    font-weight: normal;
    }
    The star denotes the entire website.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Most of the words on my website are bold now’ is closed to new replies.