Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1397379

    I’m able to go into Advanced Styling and change some settings in the blockquote element but I can’t find what seems to be the left border. I would like to be able to change the width.
    left border

    • This topic was modified 1 year, 7 months ago by mediaapps.
    #1397461

    Hey John,
    Thanks for the screenshot, the blockquote width is set with this css:

    blockquote {
        border-left-width: 7px;
    }

    feel free to adjust the color to suit.

    Best regards,
    Mike

    #1397514

    Picked up the width ok. Thank you. I tried this for the color.

    blockquote  {
    border-style: solid;
    border-left-width: 2px;
    border-left-color: pink;
    }
    

    The border won’t pick up the color.

    #1397531

    Hi mediaapps,

    Please go to Enfold > Advanced Styling > select < blockquote > (without space) and click Edit Element button.
    Blockquote section should be added, just change the border color there.
    Hope this helps :)

    Best regards,
    Nikko

    #1397615

    Thanks Nikko. The original blockquote element section didn’t include those settings and we were adding css in Quick CSS. I guess I can remove those Quick CSS settings now – except for border width.

    Don’t know what you mean by

    (without space)

    All seems good now though.

    • This reply was modified 1 year, 6 months ago by mediaapps.
    #1397627

    Hi,

    Thanks for the update. Without spaces means the spaces between the opening and ending brackets before and after blockquote, if the tag is written properly here then it will generate an actual blockquote.

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1397667

    OK. Got it. It happened to me when I was writing the question and had to go back and edit. Yes you may close the ticket. Thank you.

    #1397674

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Style blockquote left border’ is closed to new replies.