Avada › Forums › Community Forum › Edit Blockquote Style
Tagged: custom css, css, styling, blockquote, theme editor
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Hello,
Does anyone know where you can control the styling of the left side border when you use the Blockquote feature in AVADA?
I would like to control the line width.
Is there a way in the AVADA theme options? (I have looked but cannot see where the feature is controlled)
Thanks,
Peter
You can easily style the
blockquote
tag using CSS.Let’s say Avada uses
4px
as the default width. You can add custom CSS to change the4px
to the width of your choice. Here’s an exampleblockquote { border-left: 5px solid blue; /* Let's get crazy and bump up the width a notch! */ }
If you totally want to geek out on
blockquote
styling check this https://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/Happy coding!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Was this topic helpful?