Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #365928

    Hi
    I need to have 3 diffentrent blockquotes in The Enfold Theme, with diffenterent colors.

    I am using an Enfold Child Theme – and I guess that I need to put some code in styles.css – but dont know what.

    Hope someone can help.

    #365972

    Hey Carsten!

    Thank you for using our theme.

    You have to put the code in styles.css of the child theme.

    Have a look at this:

    http://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/

    It will help you to start.

    If you still have problems, feel free to come back and give us a link to the pages, so we can assist you.

    Best regards,
    Günter

    #367149

    Hi

    What I want to do is to have 3 different colors on the border color in blockquotes to choose from. But it seems that if I try to define 3 classes for that – the Border color is overruled from somewhere.

    .blockquotegreen {
    border-left: 1px dashed #2ecc71;
    }

    This changes the left border to 1 px and dashed, but the green color is not working.

    #367297

    Hey!

    Please try adding !important rule as following

    .blockquotegreen {
    border-left: 1px dashed #2ecc71 !important;
    }

    Regards,
    Yigit

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