{"id":5435,"date":"2020-09-03T15:43:00","date_gmt":"2020-09-03T15:43:00","guid":{"rendered":"https:\/\/colibriwp.com\/blog\/?p=5435"},"modified":"2021-05-06T11:01:39","modified_gmt":"2021-05-06T11:01:39","slug":"wordpress-custom-css","status":"publish","type":"post","link":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/","title":{"rendered":"How to Deal with WordPress Custom CSS"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Tiny pieces of code have the power to beautify and stylize websites and make them stand out, be it a WordPress website or a web-designer made one.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">CSS styling allows you to change just about any element of your website. You can add features, colors, space, or <a href=\"https:\/\/colibriwp.com\/blog\/web-design-trends\/\">design a whole new layout<\/a>! In fact, everything complex and interactive on the web was built with CSS (with a spice of Javascript)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">So, how to deal with WordPress custom CSS?\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This guide is a perfect start!\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h2><span style=\"font-weight: 400;\">What is CSS?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Before you jump into understanding how to deal with custom CSS in WordPress, let\u2019s first cover the basics. To figure out how CSS works, we need to back up a little and say a few words about HTML.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Hypertext Markup Language (HTML) is the primary language used to <a href=\"https:\/\/colibriwp.com\/blog\/how-to-build-a-wordpress-website-in-2021\/\">develop WordPress websites<\/a>. It works by telling web browsers about the different elements of your content. For example, it tells the browser which element of your page is a heading, paragraph, image, link, and so on. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">HTML defines all the content, text, images, and links. HTML alone is not capable of creating complex and interactive websites. That\u2019s when CSS steps in to bring the styling to the website.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We\u2019ll be covering some other aspects of HTML &amp; WordPress in our next blog article.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Cascading Style Sheets (CSS) is a web language that dictates how HTML elements appear on your web page. This includes sizes, layouts, fonts, colors, and other design characteristics of the web elements.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">CSS and HTML always come in tandem. CSS can\u2019t live without HTML as there would be nothing to style without it.\u00a0<\/span><\/p>\n<h2><\/h2>\n<h2><span style=\"font-weight: 400;\">How to edit WordPress theme CSS in the dashboard?\u00a0<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">The easiest way to access CSS is through your WordPress dashboard. You can find the editor when you go to the menu and click <\/span><b><i>Appearance \u2192 Theme Editor<\/i><\/b><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Sometimes, a warning will pop up, telling you not to make direct edits to your theme, but create a child theme. If you want to proceed further, click <\/span><b><i>I understand<\/i><\/b><span style=\"font-weight: 400;\">, and it will take you to the stylesheet. <img loading=\"lazy\" class=\"aligncenter wp-image-5439\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/heads-up.jpg\" alt=\"Warning - work on child theme\" width=\"300\" height=\"215\" \/><\/span><\/p>\n<p><span style=\"font-weight: 400;\">Besides style.css, you will also get access to template files, including single.php, header.php, and functions.php.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Keep in mind that any changes in the stylesheet you make through the dashboard will be global. Changing one element will impact every single page on your website. So, if you want to customize styling on specific pages, you will need to use special syntax.\u00a0<\/span><\/p>\n<p><b><i>Keep in mind:<\/i><\/b><span style=\"font-weight: 400;\"> Before you make any major changes to the core files, always make sure to backup your website.\u00a0<\/span><\/p>\n<h2><\/h2>\n<h2><span style=\"font-weight: 400;\">Editing theme files via FTP<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">If you can\u2019t access the Theme Editor or your theme or plugins disable the backend editor, you can still connect to your website through a File Transfer Protocol (FTP). FTP is a standard network protocol that allows you to remotely access and modify your website\u2019s files.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now, let\u2019s move on to the fun part.<\/span><\/p>\n<h2><\/h2>\n<h2><span style=\"font-weight: 400;\">2 ways to add custom CSS in WordPress\u00a0<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Custom WordPress CSS a<\/span><span style=\"font-weight: 400;\">llows you to add custom CSS code snippets and modify the appearance of your WordPress website.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Here\u2019s how you do it:<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">1. Adding custom CSS with a dedicated plugin<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">One way to add custom CSS is by downloading a dedicated plugin. The main benefit of using a dedicated plugin is that styles and changes usually stick even when you update or switch themes.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Also, you can enjoy the plugin\u2019s user interface or additional features. Some plugins allow you to add CSS through dropdown menus, rather than having to write it manually.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><a href=\"https:\/\/blog.hubspot.com\/website\/best-wordpress-plugins-to-add-custom-code\">Here<\/a> are some popular plugins used for adding custom CSS.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The downside of using plugins, is that they can affect website speed&#8230;so use them wisely!<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">2. Adding WordPress custom CSS within the Customizer\u00a0<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Another way to add custom CSS is by accessing the stylesheet through the WordPress Customizer.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Here\u2019s how it works.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Go to your WordPress dashboard and click <\/span><b><i>Appearance \u2192 Customize. <\/i><\/b><span style=\"font-weight: 400;\">Under <\/span><b>General Setting<\/b><span style=\"font-weight: 400;\">s locate the <\/span><b><i>Additional CSS <\/i><\/b><span style=\"font-weight: 400;\">box at the very bottom of this menu. <\/span><\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-5438\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/customize-WordPress-CSS.jpg\" alt=\"customize WordPress CSS\" width=\"241\" height=\"350\" \/><\/p>\n<p><span style=\"font-weight: 400;\">When you click to open this box, you should see a new screen with a code input field and instructions. If the code is correct and doesn\u2019t contain any errors, any changes you make will automatically appear in the preview area on the right.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">When you finish writing code, you can publish your new code, schedule when it will go live, or save it as a draft for further development.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This method is perfect if you want to make various changes, including removing the page or blog titles. <\/span><a href=\"https:\/\/hostingwiki.org\/remove-page-post-title-wordpress\/\"><span style=\"font-weight: 400;\">Check here<\/span><\/a><span style=\"font-weight: 400;\"> to learn more about how you can modify CSS to remove the page title in WordPress.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Which method is better?<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">When you add CSS code using either of the two methods, it\u2019s a lot easier to access and maintain CSS. There\u2019s no need to worry about putting your new CSS in the wrong place or misplacing it. Also, the code you add with these methods won\u2019t get lost when you update your theme. Yet, it may still disappear when you change themes.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">So, which method is better? If you\u2019re looking to make major changes to your website\u2019s styling, consider using WordPress Customizer. On the contrary, if you want to make sure that all changes will be saved after moving to a new theme, you should go with a dedicated plugin.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h2><span style=\"font-weight: 400;\">CSS syntax<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">CSS allows you to play with:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">backgrounds<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">colors<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">positioning<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">borders<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">text appearance\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">and more.<\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Usually, you start with identifying the HTML element you\u2019re trying to style, an ID or class that you assign to certain elements.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You can find the most common CSS uses <\/span><a href=\"https:\/\/www.w3schools.com\/css\/css_examples.asp\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><span style=\"font-weight: 400;\">Once you get the hang of it, the world is yours!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">I definitely recommend you start with a CSS course so that you do not depend on developers for tiny styling changes.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h2><span style=\"font-weight: 400;\">Common custom CSS in WordPress issues\u00a0<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">When you add custom CSS code to WordPress, you may run into some unexpected problems. Let\u2019s quickly overview the most common custom CSS issues and see how you can deal with them.\u00a0<\/span><\/p>\n<ul>\n<li>\n<h3><span style=\"font-weight: 400;\">Changes are not appearing\u00a0<\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Sometimes, the changes you make fail to appear due to the cache. If you\u2019re using a caching plugin or browser caching, it may cause the problem. This happens because some plugins cache some resources to increase the website\u2019s speed and lower resource usage.\u00a0<\/span><\/p>\n<p><b><i>How to solve this issue?\u00a0<\/i><\/b><\/p>\n<p><span style=\"font-weight: 400;\">Clear your WordPress cache or disable a caching plugin when you make changes to your website\u2019s styling.\u00a0\u00a0<\/span><\/p>\n<ul>\n<li>\n<h3><span style=\"font-weight: 400;\">Misspelled CSS syntax\u00a0<\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Spelling errors are so easily overlooked. Even the smallest mistake in your CSS syntax can prevent the code from displaying properly.\u00a0<\/span><\/p>\n<p><b><i>How to solve this issue?\u00a0<\/i><\/b><\/p>\n<p><span style=\"font-weight: 400;\">Try to locate and fix any spelling errors yourself. If you fail to identify misspelled syntax, run your code in a <a href=\"https:\/\/jigsaw.w3.org\/css-validator\/#validate_by_upload\">CSS validator tool.<\/a>\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h2><span style=\"font-weight: 400;\">Main Takeaways<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Originally developed for bloggers, now WordPress offers countless customization features to help users build and maintain complex and interactive websites.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">When it comes to customizing your WordPress website with CSS, the sky is truly the limit.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Before you go, let\u2019s quickly wrap up what you\u2019ve learned today about dealing with custom CSS in WordPress.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">HTML and CSS are languages used for developing web pages.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">CSS works by dictating the appearance of different HTML elements on web pages.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">You can edit CSS code in WordPress at theme level, or more granular levels.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">If you need to add custom CSS code, you can either download a dedicated plugin or make changes with WordPress Customizer.\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">For more information and useful tips, use dedicated CSS learning resources, like <\/span><a href=\"https:\/\/stackoverflow.com\/\"><span style=\"font-weight: 400;\">Stack Overflow<\/span><\/a><span style=\"font-weight: 400;\"> and <\/span><a href=\"https:\/\/www.w3schools.com\/\"><span style=\"font-weight: 400;\">W3school<\/span><\/a><span style=\"font-weight: 400;\">. Keep exploring CSS, and good luck applying the newfound insights!\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Now, if you liked this article, and you want to learn more about<\/span><a href=\"https:\/\/colibriwp.com\/blog\/how-to-build-a-wordpress-website-in-2021\/\"><span style=\"font-weight: 400;\"> how to design a WordPress website<\/span><\/a><span style=\"font-weight: 400;\">, make sure to subscribe to our<\/span><a href=\"https:\/\/www.youtube.com\/channel\/UCN3ZM-C7TJgklVfseVHamHQ\"> <span style=\"font-weight: 400;\">Youtube channel<\/span><\/a><span style=\"font-weight: 400;\"> and follow us on<\/span><a href=\"https:\/\/twitter.com\/WpColibri\"> <span style=\"font-weight: 400;\">Twitter<\/span><\/a><span style=\"font-weight: 400;\"> and<\/span><a href=\"https:\/\/www.facebook.com\/ColibriWP\"> <span style=\"font-weight: 400;\">Facebook<\/span><\/a><span style=\"font-weight: 400;\">!<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">[sibwp_form id=1]<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Tiny pieces of code have the power to beautify and stylize websites and make them stand out, be it a WordPress website or a web-designer made one.\u00a0 CSS styling allows you to change just about any element of your website. You can add features, colors, space, or design a whole new layout! In fact, everything&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/\">Read more<\/a><\/p>\n","protected":false},"author":6,"featured_media":5437,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[159],"tags":[167],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to use WordPress custom CSS to design a unique website<\/title>\n<meta name=\"description\" content=\"WordPress custom CSS empowers you to design unique websites. With basic CSS knowledge the sky is the limit. Find out more!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to use WordPress custom CSS to design a unique website\" \/>\n<meta property=\"og:description\" content=\"WordPress custom CSS empowers you to design unique websites. With basic CSS knowledge the sky is the limit. Find out more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/\" \/>\n<meta property=\"og:site_name\" content=\"ColibriWP Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-03T15:43:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-06T11:01:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/c9e5316ed37a80c40e79018e96617572.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"564\" \/>\n\t<meta property=\"og:image:height\" content=\"278\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrew Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/colibriwp.com\/blog\/#website\",\"url\":\"https:\/\/colibriwp.com\/blog\/\",\"name\":\"ColibriWP Blog\",\"description\":\"WordPress know-how to boost your design skills\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/colibriwp.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/c9e5316ed37a80c40e79018e96617572.jpg\",\"contentUrl\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/c9e5316ed37a80c40e79018e96617572.jpg\",\"width\":564,\"height\":278,\"caption\":\"custom CSS WordPress\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#webpage\",\"url\":\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/\",\"name\":\"How to use WordPress custom CSS to design a unique website\",\"isPartOf\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#primaryimage\"},\"datePublished\":\"2020-09-03T15:43:00+00:00\",\"dateModified\":\"2021-05-06T11:01:39+00:00\",\"author\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311\"},\"description\":\"WordPress custom CSS empowers you to design unique websites. With basic CSS knowledge the sky is the limit. Find out more!\",\"breadcrumb\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/colibriwp.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Deal with WordPress Custom CSS\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311\",\"name\":\"Andrew Wilson\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/colibriwp.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/andrew-wilson.jpg\",\"contentUrl\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/andrew-wilson.jpg\",\"caption\":\"Andrew Wilson\"},\"description\":\"Andrew Wilson is a skilled writer with experience in content marketing, technologies, digital marketing, branding strategies and marketing trends.\",\"url\":\"#molongui-disabled-link\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to use WordPress custom CSS to design a unique website","description":"WordPress custom CSS empowers you to design unique websites. With basic CSS knowledge the sky is the limit. Find out more!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/","og_locale":"en_US","og_type":"article","og_title":"How to use WordPress custom CSS to design a unique website","og_description":"WordPress custom CSS empowers you to design unique websites. With basic CSS knowledge the sky is the limit. Find out more!","og_url":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/","og_site_name":"ColibriWP Blog","article_published_time":"2020-09-03T15:43:00+00:00","article_modified_time":"2021-05-06T11:01:39+00:00","og_image":[{"width":564,"height":278,"url":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/c9e5316ed37a80c40e79018e96617572.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Andrew Wilson","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/colibriwp.com\/blog\/#website","url":"https:\/\/colibriwp.com\/blog\/","name":"ColibriWP Blog","description":"WordPress know-how to boost your design skills","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/colibriwp.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#primaryimage","inLanguage":"en-US","url":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/c9e5316ed37a80c40e79018e96617572.jpg","contentUrl":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/c9e5316ed37a80c40e79018e96617572.jpg","width":564,"height":278,"caption":"custom CSS WordPress"},{"@type":"WebPage","@id":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#webpage","url":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/","name":"How to use WordPress custom CSS to design a unique website","isPartOf":{"@id":"https:\/\/colibriwp.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#primaryimage"},"datePublished":"2020-09-03T15:43:00+00:00","dateModified":"2021-05-06T11:01:39+00:00","author":{"@id":"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311"},"description":"WordPress custom CSS empowers you to design unique websites. With basic CSS knowledge the sky is the limit. Find out more!","breadcrumb":{"@id":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/colibriwp.com\/blog\/wordpress-custom-css\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/colibriwp.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Deal with WordPress Custom CSS"}]},{"@type":"Person","@id":"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311","name":"Andrew Wilson","image":{"@type":"ImageObject","@id":"https:\/\/colibriwp.com\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/andrew-wilson.jpg","contentUrl":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/08\/andrew-wilson.jpg","caption":"Andrew Wilson"},"description":"Andrew Wilson is a skilled writer with experience in content marketing, technologies, digital marketing, branding strategies and marketing trends.","url":"#molongui-disabled-link"}]}},"_links":{"self":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts\/5435"}],"collection":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/comments?post=5435"}],"version-history":[{"count":3,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts\/5435\/revisions"}],"predecessor-version":[{"id":7653,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts\/5435\/revisions\/7653"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/media\/5437"}],"wp:attachment":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/media?parent=5435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/categories?post=5435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/tags?post=5435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}