This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #36219
     Ryaza
    Participant

    Hi. How i can change the css style ONLY of blockquote?

    #36241
     sharmstr
    Moderator

    Add your custom css to your child theme or quick css. The css selector you need to use is blockquote

    COPY CODE
    
    blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    border-left-style: solid;
    border-left-width: 5px;
    display: inline-block;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?