{"id":5474,"date":"2021-01-07T00:55:06","date_gmt":"2021-01-07T00:55:06","guid":{"rendered":"https:\/\/readyship.co\/blog\/?p=5474"},"modified":"2021-03-08T09:36:40","modified_gmt":"2021-03-08T09:36:40","slug":"add-custom-css-wordpress","status":"publish","type":"post","link":"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/","title":{"rendered":"4 Ways to Add Custom CSS in WordPress for Different Areas"},"content":{"rendered":"\n<p>At some point, you&#8217;ll want to make changes to your WordPress website&#8217;s design. You go through your theme&#8217;s or plugin&#8217;s settings, but you notice that there&#8217;s no option to change what you want.<\/p>\n\n\n\n<p>So, you reach out to the developers or the WordPress community. You&#8217;ll get a piece of custom CSS to add in WordPress, which is great. But, most of the time, you won&#8217;t get instructions on where to add it exactly. And if you&#8217;re a beginner, that&#8217;s a problem. The code is useless if you don&#8217;t know where to add it, right?<\/p>\n\n\n\n<p>Well, that&#8217;s what I&#8217;m about to show you here, in this tutorial &#8211; how to add custom CSS in WordPress for your theme, plugins, or admin dashboard.<\/p>\n\n\n\n<div class=\"wp-block-group rs-toc\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Contents<\/strong><\/p>\n\n\n\n<ol><li><a href=\"#customizer\">How to Add Custom CSS in the WordPress Customizer<\/a><\/li><li><a href=\"#theme\">How to Add Custom CSS to Your WordPress Theme<\/a><\/li><li><a href=\"#dashboard\">How to Add Custom CSS to Your WordPress Dashboard<\/a><\/li><li><a href=\"#plugin\">Plugin Alternative to the First Two Methods<\/a><\/li><li><a href=\"#no-changes\">Why and What to Do If the Changes Won&#8217;t Show Up<\/a><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<h2 id=\"customizer\">1. How to Add Custom CSS in the WordPress Customizer<\/h2>\n\n\n\n<p>WordPress has a great feature called <strong>Customize<\/strong> (sometimes referred to as Customizer), where a bunch of settings is found. Nowadays, most themes add their settings there too.<\/p>\n\n\n\n<p>This is the fastest and easiest way to add custom CSS code in WordPress for your theme and plugins. The code will also remain after changing themes or removing plugins.<\/p>\n\n\n\n<p>If you need to add a lot of custom CSS to your theme, you should also check the next section.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>To access Customize, go to <strong>Appearance<\/strong> &gt; <strong>Customize<\/strong> from your dashboard&#8217;s menu.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"327\" height=\"425\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/customize-wordpress.png\" alt=\"customize in wordpress\" class=\"wp-image-5479\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/customize-wordpress.png 327w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/customize-wordpress-231x300.png 231w\" sizes=\"(max-width: 327px) 100vw, 327px\" \/><\/figure><\/div>\n\n\n\n<p>You can also access Customize from the admin toolbar, at the top, when you&#8217;re viewing one of your website&#8217;s pages.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"519\" height=\"169\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/customize-wordpress-2.png\" alt=\"customize in wordpress admin bar\" class=\"wp-image-5481\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/customize-wordpress-2.png 519w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/customize-wordpress-2-300x98.png 300w\" sizes=\"(max-width: 519px) 100vw, 519px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Inside Customize, click on <strong>Additional CSS<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"345\" height=\"567\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/additional-css-wordpress-1.png\" alt=\"additional css in wordpress\" class=\"wp-image-5483\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/additional-css-wordpress-1.png 345w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/additional-css-wordpress-1-183x300.png 183w\" sizes=\"(max-width: 345px) 100vw, 345px\" \/><\/figure><\/div>\n\n\n\n<p>Some <a href=\"https:\/\/readyship.co\/blog\/find-wordpress-themes\/\">WordPress themes<\/a> or plugins might change its name. For example, in some cases, you might see it as Additional CSS\/JS. JS stands for JavaScript.<\/p>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Add the custom CSS code in the box, below the instructions.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"343\" height=\"593\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-code-wordpress-1.png\" alt=\"add custom css in wordpress's customizer\" class=\"wp-image-5487\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-code-wordpress-1.png 343w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-code-wordpress-1-174x300.png 174w\" sizes=\"(max-width: 343px) 100vw, 343px\" \/><\/figure><\/div>\n\n\n\n<p>If you&#8217;re on the page where you want the changes to take place, then you&#8217;ll see the preview in real-time, if the CSS code is good and valid.<\/p>\n\n\n\n<p>Once you&#8217;re satisfied with the result, click on the <strong>Publish<\/strong> button so that the changes can take effect.<\/p>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\"><strong>Looking for an All-in-One WordPress Solution?<\/strong><\/p>\n\n\n\n<p>ReadyShip offers you ready-made WordPress sites and blogs, plus high-quality managed AWS hosting with free SSL and CDN, at <strong>no initial cost!<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Visit Marketplace<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2 id=\"theme\">2. How to Add Custom CSS to Your WordPress Theme<\/h2>\n\n\n\n<p>If you need to add a lot of custom CSS that&#8217;s <strong>specific to your WordPress theme<\/strong>, then adding it in the <code>style.css<\/code> file is the best way to do it.<\/p>\n\n\n\n<p><strong>I don&#8217;t recommend<\/strong> using the <code>style.css<\/code> file found in the <strong>parent theme<\/strong> because the changes will go away with the next theme update. Instead, you should have a <a href=\"https:\/\/developer.wordpress.org\/themes\/advanced-topics\/child-themes\/\">child theme<\/a> with its own <code>style.css<\/code> file, and add the custom CSS there.<\/p>\n\n\n\n<p>Since I&#8217;ve put together a separate and comprehensive<a href=\"https:\/\/readyship.co\/blog\/access-edit-wordpress-files\/\"> tutorial on how to access and edit your WordPress files<\/a>, I won&#8217;t go into details here.<\/p>\n\n\n\n<p>But, in a nutshell, the easiest way to access your theme&#8217;s <code>style.css<\/code> file is using cPanel&#8217;s File Manager tool or an FTP client, such as <a href=\"https:\/\/filezilla-project.org\/\">FileZilla<\/a>. Or, you could briefly <a href=\"https:\/\/readyship.co\/blog\/install-plugin-wordpress\/\">install a plugin<\/a> called <a href=\"https:\/\/wordpress.org\/plugins\/wp-file-manager\/\">File Manager<\/a>, and edit the file from your dashboard.<\/p>\n\n\n\n<p>The <code>style.css<\/code> file is usually found in:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>public_html\/wp-content\/themes\/YOUR-THEME-NAME-CHILD\/style.css<\/code><\/pre>\n\n\n\n<p>If you&#8217;re using an add-on domain, not your main one, the <code>public_html<\/code> folder might get replaced with your domain, so it can look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>example.com\/wp-content\/themes\/YOUR-THEME-NAME-CHILD\/style.css<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"661\" height=\"667\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/edit-style-css-file-cpanel.png\" alt=\"editing the wordpress child theme's style.css file in cpanel\" class=\"wp-image-5495\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/edit-style-css-file-cpanel.png 661w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/edit-style-css-file-cpanel-297x300.png 297w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/edit-style-css-file-cpanel-150x150.png 150w\" sizes=\"(max-width: 661px) 100vw, 661px\" \/><figcaption>Editing the child theme&#8217;s style.css file in cPanel<\/figcaption><\/figure><\/div>\n\n\n\n<p>Once you&#8217;ve found the file and opened it for editing, you can paste the custom CSS code right after everything that&#8217;s added there by default.<\/p>\n\n\n\n<p>Some WordPress themes come with a child theme automatically, so there could be a bunch of code already there. You just add yours after that.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"653\" height=\"395\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-code-wordpress-style-css-1.png\" alt=\"Adding custom CSS in a standard child theme's style.css file\" class=\"wp-image-5503\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-code-wordpress-style-css-1.png 653w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-code-wordpress-style-css-1-300x181.png 300w\" sizes=\"(max-width: 653px) 100vw, 653px\" \/><figcaption>Adding custom CSS in a standard child theme&#8217;s style.css file<\/figcaption><\/figure><\/div>\n\n\n\n<p>Don&#8217;t forget to save the file!<\/p>\n\n\n\n<p>Now, if you change the WordPress theme, the custom CSS will be gone. But, it shouldn&#8217;t matter as long as you&#8217;ve only added code for the theme that you won&#8217;t use anymore.<\/p>\n\n\n\n<h2 id=\"dashboard\">3. How to Add Custom CSS to Your WordPress Dashboard<\/h2>\n\n\n\n<p>The above methods only work for your website&#8217;s front-end. They won&#8217;t work if you want to make some design changes to the back-end, which is your WordPress dashboard.<\/p>\n\n\n\n<p>For this, I recommend a plugin called <a href=\"https:\/\/wordpress.org\/plugins\/add-admin-css\/\">Add Admin CSS<\/a>.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Install and activate the <strong>Add Admin CSS<\/strong> plugin.<\/p>\n\n\n\n<p class=\"rs-info\">While the plugin is in the official WordPress repository, I could never find it by searching from Plugins &gt; Add New. If that&#8217;s the case for you, too, then download it from its page and install it manually, as shown in my tutorial on <a href=\"https:\/\/readyship.co\/blog\/install-plugin-wordpress\/#dashboard-upload\">how to install a WordPress plugin<\/a>.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Got to <strong>Appearance<\/strong> &gt; <strong>Admin CSS<\/strong> to access its settings.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"325\" height=\"509\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/admin-css-plugin.png\" alt=\"add admin css plugin's settings\" class=\"wp-image-5507\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/admin-css-plugin.png 325w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/admin-css-plugin-192x300.png 192w\" sizes=\"(max-width: 325px) 100vw, 325px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Add the custom CSS code for your WordPress admin area, in the <strong>Admin CSS<\/strong> box, and click the <strong>Save Changes<\/strong> button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"508\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-admin-wordpress.png\" alt=\"adding custom css in wordpress using the add admin css plugin\" class=\"wp-image-5508\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-admin-wordpress.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-admin-wordpress-300x181.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-admin-wordpress-768x464.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<p>As you can see from the screenshot, I changed the dashboard&#8217;s background to a red-ish color. Well, I almost changed it. There&#8217;s still some margin on the left with the default color, but it&#8217;s just a quick and raw example.<\/p>\n\n\n\n<p>If you&#8217;re a more experienced WordPress user or a developer, I don&#8217;t recommend using a plugin only for a small change. You could opt to add small custom CSS changes to your dashboard using a PHP snippet that you can add in your <code>functions.php<\/code> file, in your child theme. <a href=\"https:\/\/css-tricks.com\/snippets\/wordpress\/apply-custom-css-to-admin-area\/\">This code should still work<\/a>.<\/p>\n\n\n\n<h2 id=\"plugin\">4. Plugin Alternative to the First Two Methods<\/h2>\n\n\n\n<p>If you don&#8217;t want or can&#8217;t use the Additional CSS feature from the Customize tool, or editing the <code>style.css<\/code> file in your child theme proves to be frustrating, then you could use a plugin called <a href=\"https:\/\/wordpress.org\/plugins\/simple-custom-css\/\">Simple Custom CSS<\/a>. It&#8217;s a bit outdated at the time of this writing, but it seems to be working fine.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Install and activate the <strong>Simple Custom CSS<\/strong> plugin.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Go to <strong>Appearance<\/strong> &gt; <strong>Custom CSS<\/strong> to access its settings.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"327\" height=\"513\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/simple-custom-css-plugin-settings.png\" alt=\"Simple Custom CSS plugin settings\" class=\"wp-image-5513\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/simple-custom-css-plugin-settings.png 327w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/simple-custom-css-plugin-settings-191x300.png 191w\" sizes=\"(max-width: 327px) 100vw, 327px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Add your custom CSS in the box and click on the <strong>Update Custom CSS<\/strong> button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"743\" height=\"443\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-wordpress-plugin.png\" alt=\"adding custom css in wordpress via the simple custom css plugin\" class=\"wp-image-5514\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-wordpress-plugin.png 743w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/custom-css-wordpress-plugin-300x179.png 300w\" sizes=\"(max-width: 743px) 100vw, 743px\" \/><\/figure><\/div>\n\n\n\n<h2 id=\"no-changes\">Why and What to Do If the Changes Won&#8217;t Show Up<\/h2>\n\n\n\n<p>There could be several different reasons why the changes won&#8217;t show up after you&#8217;ve added custom CSS in WordPress. Here are the main ones:<\/p>\n\n\n\n<ul><li>Your CSS code is not valid, or there&#8217;s a typo somewhere. You can <a href=\"https:\/\/jigsaw.w3.org\/css-validator\/#validate_by_input\">use this tool to check if the CSS code is valid<\/a>;<\/li><li>You&#8217;re using the wrong selector (e.g. <code>#entry-content<\/code> instead of <code>.entry-content<\/code>);<\/li><li>Your selectors aren&#8217;t specific enough (e.g. <code>a {color: #ccc}<\/code> instead of <code>.entry-content a {color: #ccc}<\/code>);<\/li><li>Some CSS codes need some prefixes (e.g. <code>-moz-<\/code> for Firefox) to work in certain browsers. Paste your code in this <a href=\"https:\/\/autoprefixer.github.io\/\">CSS Autoprefixer tool<\/a>. It will automatically add the proper prefixes if needed; <\/li><li>Caching is involved. You need to <a href=\"https:\/\/readyship.co\/blog\/clear-cache-wordpress-site\/\">clear the WordPress cache<\/a> from your browser, or plugin, or server, or CDN, or all of the above. In a nutshell, caching offers copies of your data to deliver the content faster. Sometimes, the old copies are served instead of your updated content which contains the changes.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\">Looking to Buy or Sell WordPress Sites?<\/p>\n\n\n\n<p>At ReadyShip, we offer an all-in-one WordPress solution for those looking to start a blog or site, as well as the opportunity for WordPress developers or professionals to sell their products!<\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Browse Sites<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/blog\/start-selling\/\">Start Selling<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2>The End<\/h2>\n\n\n\n<p>These are the main and easiest ways to add custom CSS in WordPress for your theme, plugins, or admin dashboard. I hope that the tutorial was detailed enough for you, and you managed to easily apply the changes that you want.<\/p>\n\n\n\n<p>If you have thoughts or questions, don&#8217;t hesitate to leave a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At some point, you&#8217;ll want to make changes to your WordPress website&#8217;s design. You go through your theme&#8217;s or plugin&#8217;s settings, but you notice that there&#8217;s no option to change what you want. So, you reach out to the developers or the WordPress community. You&#8217;ll get a piece of custom CSS to add in WordPress, which is great. But, most of the time, you won&#8217;t get instructions on where to add it exactly. And if you&#8217;re a beginner, that&#8217;s a problem. The code is useless if you don&#8217;t know where to add it, right? Well, that&#8217;s what I&#8217;m about to show you here, in this tutorial &#8211; how to add [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":5523,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":""},"categories":[18],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>4 Ways to Add Custom CSS in WordPress for Different Areas : Ready-Made WordPress Marketplace - ReadyShip<\/title>\n<meta name=\"description\" content=\"Find out how to add custom CSS in WordPress for your theme, plugins, or admin dashboard, as well as what to do when changes don&#039;t show up!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"4 Ways to Add Custom CSS in WordPress for Different Areas : Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"og:description\" content=\"Find out how to add custom CSS in WordPress for your theme, plugins, or admin dashboard, as well as what to do when changes don&#039;t show up!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ReadyShip\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-07T00:55:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-08T09:36:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/css.png\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"551\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:site\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:label1\" value=\"Written by\">\n\t<meta name=\"twitter:data1\" value=\"Radu\">\n\t<meta name=\"twitter:label2\" value=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" value=\"5 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/readyship.co\/blog\/#organization\",\"name\":\"Readyship\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/ReadyShip\",\"https:\/\/twitter.com\/readyshipco\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2019\/01\/readyship_logo_icon.png\",\"width\":201,\"height\":201,\"caption\":\"Readyship\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/readyship.co\/blog\/#website\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"name\":\"Readship: WordPress Websites with the Best Hosting\",\"description\":\"Buy\/Sell Subscription Marketplace of beautiful designed WordPress sites with managed hosting, SSL, CDN, 24\/7 supports.\",\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/readyship.co\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/12\/css.png\",\"width\":980,\"height\":551,\"caption\":\"css\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#webpage\",\"url\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/\",\"name\":\"4 Ways to Add Custom CSS in WordPress for Different Areas : Ready-Made WordPress Marketplace - ReadyShip\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#primaryimage\"},\"datePublished\":\"2021-01-07T00:55:06+00:00\",\"dateModified\":\"2021-03-08T09:36:40+00:00\",\"description\":\"Find out how to add custom CSS in WordPress for your theme, plugins, or admin dashboard, as well as what to do when changes don't show up!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#webpage\"},\"author\":{\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\"},\"headline\":\"4 Ways to Add Custom CSS in WordPress for Different Areas\",\"datePublished\":\"2021-01-07T00:55:06+00:00\",\"dateModified\":\"2021-03-08T09:36:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#primaryimage\"},\"articleSection\":\"WordPress Tutorials\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\",\"name\":\"Radu\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb19726677ad7e3b932bf8b0d9ac7094?s=96&d=mm&r=g\",\"caption\":\"Radu\"},\"description\":\"Hey! I'm Radu, and I've been working with WordPress at personal and professional levels for over 8 years now. I'm a seller on ReadyShip, and I'm also writing posts for their blog, which I hope you'll like. You can find more about me at Radu.link. I'm also quietly on Twitter @RaduWP.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/5474"}],"collection":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/comments?post=5474"}],"version-history":[{"count":2,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/5474\/revisions"}],"predecessor-version":[{"id":6377,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/5474\/revisions\/6377"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media\/5523"}],"wp:attachment":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media?parent=5474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/categories?post=5474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/tags?post=5474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}