Okay
  Public Ticket #1309414
Formatting problems with Custom Heading element
Closed

Comments

  • gleonesr3 started the conversation

    Hello,


    I'm seeing some weird behavior in the Custom heading element-

    When I add a return between words in the Custom Heading element (look at the file named With return(1), ) The words below that return are bolded (look at the file named With Return.)

    When I don't add a return between words in the Custom Heading element(look at the file named Without return(1), ) The words below that return aren't bolded (look at the file named Without Return.) 

    I don't want the words under the return to be bolded. How can I prevent this from happening?

    Thanks in advance?

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    h6 {
        -webkit-font-smoothing: subpixel-antialiased !important;
    }

    Thanks


    ThemeNectar Support Team 

  • gleonesr3 replied

    Ok thank you!