Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #387227

    I would like to have links in the same color as the text and underlined.
    So in Enfold Theme Options > General Styling > Main content I choose the same color for ‘Primary color’ and ‘Main content font color’.
    But ‘Primary color’ is also for ‘dropcaps and other elements’. And the vertical line before the text of a blockquote gets this color also.
    Is it possible to change this vertical line before the text of a blockquote, because I would like a different color for the blockquote, also for the vertical line.

    Thanks al lot!

    • This topic was modified 7 years, 12 months ago by Yigit.
    #387796

    Hey Marcel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .main_color blockquote {
    border-color: green!important;
    }

    Regards,
    Yigit

    #718424

    Hello,

    Is there a way to change the colored line on the left of a blockquote just once in a post? The colors used in a particular post call for something other than what my theme uses. I would like to change it to #b02b2c

    Thanks!

    #718472

    Hi,

    You can try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .postid-3049  blockquote {
    border-color: #b02b2c !important;
    }

    And replace post ID in the code.

    We cannot view previews unless we login. If you post login credentials here, they will be visible to creator of this thread as well. If my suggestion above does not help or you need further assistance, please start a new thread and attach temporary admin logins in private content field.

    Best regards,
    Yigit

    #718487

    Thank You!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Line before blockquote’ is closed to new replies.