{"id":6377,"date":"2019-08-13T00:49:03","date_gmt":"2019-08-12T19:04:03","guid":{"rendered":"https:\/\/docs.blossomthemes.com\/docs\/faqs\/custom-css\/how-to-change-the-logo-size-of-your-website\/"},"modified":"2019-08-14T02:59:17","modified_gmt":"2019-08-13T21:14:17","slug":"change-the-logo-size","status":"publish","type":"docs","link":"https:\/\/docs.blossomthemes.com\/faqs\/custom-css\/change-the-logo-size\/","title":{"rendered":"How to change the Logo Size of your website?"},"content":{"rendered":"
The theme includes a slider to change the font size of your site title. In case you use a logo, with the help of CSS code you can change its size. You can add below code in\u00a0Additional CSS<\/strong>\u00a0via\u00a0Admin Dashboard > Appearance > Customize > Additional CSS.<\/strong><\/p>\n You can adjust the width value according to your need.<\/p>\n","protected":false},"excerpt":{"rendered":" The theme includes a slider to change the font size of your site title. In case you use a logo, with the help of CSS code you can change its size. You can add below code in\u00a0Additional CSS\u00a0via\u00a0Admin Dashboard > Appearance > Customize > Additional CSS. .custom-logo-link img { width: 300px; } You can adjust […]<\/p>\n","protected":false},"featured_media":0,"parent":6375,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-6377","docs","type-docs","status-publish","hentry"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/docs\/6377"}],"collection":[{"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/comments?post=6377"}],"version-history":[{"count":0,"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/docs\/6377\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/docs\/6375"}],"wp:attachment":[{"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/media?parent=6377"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/docs.blossomthemes.com\/wp-json\/wp\/v2\/doc_tag?post=6377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}.custom-logo-link img { width: 300px; }\r\n<\/code><\/pre>\n