mjrodriguez Posted September 19, 2022 Posted September 19, 2022 On 9/17/2022 at 4:15 AM, tuanphan said: Try this CSS. If it doesn't work, please share link to your site body#cart header#header { background-color: blue !important; } Thanks! Site is howitendspodcast.com. We've taken our shop down for now but we're having the same issue on the individual blog posts as well. Thanks for your help!
tuanphan Posted September 20, 2022 Posted September 20, 2022 19 hours ago, mjrodriguez said: Thanks! Site is howitendspodcast.com. We've taken our shop down for now but we're having the same issue on the individual blog posts as well. Thanks for your help! Add this to Design > Custom CSS to make blog posts header solid color body[class*="type-blog"] header#header { background-color: black !important; } mjrodriguez 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mjrodriguez Posted October 9, 2022 Posted October 9, 2022 Is it the same code for a contact page? I tried mimicking it but it didn't seem to work.
tuanphan Posted October 12, 2022 Posted October 12, 2022 On 10/9/2022 at 10:43 PM, mjrodriguez said: Is it the same code for a contact page? I tried mimicking it but it didn't seem to work. Edit Contact Page > Add a Code Block (anywhere) > paste this code <style> header#header { background-color: black !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
justjoy Posted November 29 Posted November 29 Can you make the code for changing white to black on the "item-pagination-title" for my portfolio galleries? I cannot seem to interject the code correctly.
tuanphan Posted December 1 Posted December 1 On 11/30/2024 at 1:02 AM, justjoy said: Can you make the code for changing white to black on the "item-pagination-title" for my portfolio galleries? I cannot seem to interject the code correctly. Do you have link to page where you use portfolio gallery? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment