Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #334079

    Hi!
    links (..in a heading (e.g. H3) don’t have underlines for the default color.
    Changing to a customer color changes the text-decoration property to underline as well.
    Guess that’s not the way it should be, or?

    #334827

    Hey Fritz!

    Can you post a link and show us an example? Text is not underlined when i use custom color.
    You can try adding following code to Quick CSS

    h1, h2, h3, h4, h5, h6 { text-decoration: inherit!important; }

    Cheers!
    Yigit

    #335084
    This reply has been marked as private.
    #335090

    Hey!

    Your page is password protected

    Cheers!
    Yigit

    #335119
    This reply has been marked as private.
    #335123

    Hi!

    Please use following code instead

    #top .custom-color-heading a {
    text-decoration: inherit;
    }

    Regards,
    Yigit

    #403142

    Hi, trying to get heading links to show underlines on my Enfold install, not having any luck…lil help?
    http://www.bjff.org/support-the-festival

    Thanks!

    • This reply was modified 9 years, 5 months ago by jcbouvier.
    #403666

    Hey!

    It looks like your typing them out manually. Try adding this to your custom CSS.

    h2 a { text-decoration: underline !important; }
    

    Best regards,
    Elliott

    #403672

    Hey Elliott!

    Thanks for that…have added that call from the Quick CSS pane and it worked!

    Any thoughts on why I’m getting different <p> behaviors on the same page?

    TX tons!

    JC.

    #404239

    Hey JC!

    Could you highlight the issue your having with paragraphs with a screenshot or elaborate a bit please?

    Best regards,
    Rikard

    #418313
    This reply has been marked as private.
    #418682

    Hey!

    Please add following code to Quick CSS as well

    .entry-content-wrapper div li {
      font-size: xx-large;
      line-height: normal;
    }

    Regards,
    Yigit

    #422127
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Custom Color in Enfold 3.0 changes text-decoration’ is closed to new replies.