Are you using a child theme? If so, look in your child theme’s style.css
file and find the blockquote styles and change the code to something like below, or add the custom CSS into any additional CSS areas that may be included in your theme’s Customizer options to override the stylesheet.
To take inspiration from the referenced example, you can do something like…
blockquote {
background-color: black;
color: white;
border-radius: 4px;
font-size: 2rem;
font-style: italic;
}
Note that the code above doesn’t include the quote character in the background. There’s a couple of approaches to accomplish that—either using a background-image
+ background-position
, or using a ::before
pseudo-element (depending on what icon fonts you’re using).
Related Posts:
- Using tabs for wordpress plugin
- How to add page using HTML, CSS and JS?
- How Do I Figure Out What File(s) to Edit from Looking at the Source Code [closed]
- how to access all user dashboard on fronted page [closed]
- Images under 1MB are not being compressed
- insert an html tag using php plugin
- Why is adoptStyles-css stylesheet link added to every page?
- Theme deactived html and css styling on home page posts
- inserting custom css, html and js into the current page as a popup window
- Overriding inline !important CSS with Javscript code snippet with media query
- make p tag collapsed after 3 rows
- General Term for this form Field
- How to change the width of certain paragraph or header blocks?
- Edit the stylesheet of a child theme
- How to remove a css class for any wordpress page
- Possible jquery / library conflict in plugin usage
- Element works, but not on wordpress site [duplicate]
- Trying to disable all notifications except for one on woocommerce checkout page with css [closed]
- Option value not getting updated until page refresh in WordPress
- How to create a “Most Popular” & “Latest” TAB in WordPress
- How can I use WordPress functions in my stylesheet?
- How can I dequeue a Plugin Stylesheet?
- Using standard backend elements in Plugin
- Override CSS settings of plugins
- Best way to inject css into admin_head in plugins?
- How can I enqueue a style only when a particular widget is active?
- wp_enqueue_style specifics for overwriting plugin styles
- W3 Total Cache: Load CSS asynchronously for better PageSpeed score? [closed]
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- I wrote my plugin. How to display the result of the plugin’s function to sidebar (widget?)?
- How to generate CSS from a shortcode within a plugin
- How to trigger $_GET request within admin plugin page?
- Add stylesheets and js to template files when shortcode is used
- How can I get WordPress to save comments in markdown format?
- How do I modify the position of a plugin?
- Is there an earlier hook than login_head or login_enqueue_scripts?
- Can someone please tell me what is wrong with my plugin?
- Creating custom HTML pages
- Frontent user submit and view content [closed]
- html generated by theme exist but doesnt appear in browser
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- Full list of registered scripts or styles, but from an admin options page
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- Hide a Menu Item on Login
- Basics of changing plugin output
- Minimizing scripts & css files that plugins add
- how to insert a HTML form into a javascript popup?
- Adding Plugin Assets to Header
- Any idea how to get something like this to work? [closed]
- plugin dev – minimum base css specificity?
- get specific value of a array | PHP
- Moving Jetpack buttons to appear below the first H2 title on all project/post pages [closed]
- Readable titles in mobile
- Is there a way to convert shortcodes to html content?
- the_content() printing DOCTYPE, and tags in the middle of page
- Historical customisations won’t go away [closed]
- adding Adsense’s In-Article Ads between images of blog post
- change or add css to theme from plugin
- Add logo to admin menu in my plugin
- I would like to remove date display on photo preview
- At a Loss on over Page Peel Plugin Customization [closed]
- Blocking Plugin Css to load custom in template directory
- uncaught TypeError: Cannot read properties of null (reading ‘classList’) custom plugin
- How do I minify a plugins CSS/JS code?
- Directorist – Dropdown doesn’t open
- Effeciently adding Checkboxes to TablePress table cells
- Button and Countdown overlapping mobile menu
- Want to create custom design of progress indicator in wpforms
- I want to add the below chatbot html code to index(main) file of WordPress sites how can I do that
- How to remove Unused CSS From a WordPress Theme?
- How get horizontal div instead vertical CSS
- Changing the CSS with a plugin
- how to change a static testimonials into dynamic
- Include my files in a plugin? [duplicate]
- How to translate to spanish wordpress hardcoded content/files?
- Using Shortcode Result In Custom HTML Block (Using Google Sheet JQuery Result As NumScroller data-max)
- how can I edit the HTML of yith ajax product filter
- How To Toggle User_Meta in frontend in a form using PHP
- Implementing Scrollable Images
- Speeding up WordPress on a Local Network
- How do I override WordPress plugin css [closed]
- WP Plugin CSS not being applied to page
- Customize CSS for “Swipebox ” lightbox
- AddThis Plugin adding html comments in P tags
- hide load more button if there are no posts left to display
- Best use adding user generated JS/CSS to a theme with a plugin
- Site not displaying correctly when re-directing from root to sub-directory
- WordPress audio player add class randomly using Audio Album plugin
- Best way for overwriting plugin css with custom one
- Child Theme Changes Are Not Reflecting In Parent Theme
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- How to add different CSS for galleries
- is ther a plugin that will hide/show content for a scheduled period of time? [closed]
- MultiPostThumbnails and media queries
- getting image alt text via ACF plugin in WordPress [closed]
- Eliminate Render blocking CSS?
- How to Add a Website Background Image to One Page?
- Woocommerce Product Page Collapsible Box Using CSS
- A way to upload old html pages with all its assets via WordPress admin and to add a fixed menu on top of those (a la Wayback Machine)
- Limit entry to a WordPress page