Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #796721

    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.

    #796901

    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

    #797174

    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…)

    #797185

    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

    #797524

    Thanks Mike – that worked.

    #797542

    Hi,

    Glad that Mike helped you! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blockquote line’ is closed to new replies.