{"id":9926,"date":"2024-03-07T11:54:29","date_gmt":"2024-03-07T09:54:29","guid":{"rendered":"https:\/\/creativethemes.com\/blocksy\/?post_type=documentation&#038;p=9926"},"modified":"2024-03-07T12:02:21","modified_gmt":"2024-03-07T10:02:21","slug":"header-logo-img-custom-class","status":"publish","type":"documentation","link":"https:\/\/creativethemes.com\/blocksy\/docs\/code-snippets\/header-logo-img-custom-class\/","title":{"rendered":"Header logo IMG custom class"},"content":{"rendered":"\n<p>In case you may wish to add a specific CSS class to just the &lt;img&gt; tag for the header logo element, this filter can come in handy.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter('blocksy:header:logo:img:class', function ($classes) {\n\treturn array_merge(\n\t\t$classes,\n\t\t&#91;\n\t\t\t'default_logo' =&gt; 'my_class',\n\t\t\t'transparent_state_logo' =&gt; 'my_transparent_class',\n\t\t\t'sticky_state_logo' =&gt; 'my_sticky_class',\n\t\t\t'dark_mode_logo' =&gt; 'my_dark_mode_class',\n\t\t\t'offcanvas_logo' =&gt; 'my_offcanvas_class'\n\t\t]\n\t);\n});<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In case you may wish to add a specific CSS class to just the &lt;img&gt; tag for the header logo element, this filter can come in handy.<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doc_categories":[125],"class_list":["post-9926","documentation","type-documentation","status-publish","hentry","doc_categories-code-snippets"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation\/9926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation"}],"about":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/types\/documentation"}],"author":[{"embeddable":true,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/comments?post=9926"}],"version-history":[{"count":3,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation\/9926\/revisions"}],"predecessor-version":[{"id":9930,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation\/9926\/revisions\/9930"}],"wp:attachment":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/media?parent=9926"}],"wp:term":[{"taxonomy":"doc_categories","embeddable":true,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/doc_categories?post=9926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}