Hi. Please can you tell me the css I should use to change the width and colour of the
line that is to the next of the text. Also the padding between the line and the text. Thank you.
Hey Kate,
It would be better to customize the code for your url, but this is the basic width & color, just add padding to it too if you want.
.blockquote { border-left: 5px solid #e1e1e1; !important; }
Hope this helps :)
Best regards,
Mike
Thanks Mike – this changes all H1 tags rather than the block quote….. (I have included a link to my URL – its the “quote” below the picture on the left I want to change…)
Hi,
Try this code in the General Styling > Quick CSS field:
.page-id-22 .main_color blockquote {
border-color: #000 !important;
border-left-width: 17px !important;
}
The “.page-id-22” sets the changes for only that page, you can changes the color & width to suit your needs.
Best regards,
Mike
Thanks Mike – that worked.
Hi,
Glad that Mike helped you! Thanks for using Enfold :)
Best regards,
Nikko