Hi @wpquestions789
Could you provide a screenshot so that I can better assist you with your issue?
Thanks!
Here you go
I have two different shots on portrait and mobile (again both only on mobile)
Tablet and Desktop fine.
Also not sure why I am getting the “Notice: Trying to access array offset on value of type bool in /homepages/44/d257658274/htdocs/clickandbuilds/ECS/wp-content/themes/spacious/inc/header-functions.php on line 316” error… but this is a secondary concern.
Thanks!!!
Hello @wpquestions789
For the first problem, please go to Customize->Additional CSS and paste the following CSS code and check if that solves your issue:
.header-action {
padding-right:25px;
}
Let me know if any other query arises!
Regards
Worked perfect thanks so much!
One last question related to Woocommerce. I have switched my theme color to blue using your menu and that made all my buttons blue ie: call to action , slider…(great!) except my woocomerce add to cart button is always black&white how do I do that?
Here is the page
Hi @wpquestions789
Paste the following CSS code to change your cart button to the color you desire. Just insert the color hex value of your choice.
.spacious-woocommerce-cart-views .wcmenucart-contents{
color:#21f;
}
Let me know if any other question arises!
Regards
Hi Nidwija,
That did NOT change anything on the page
THIS PAGE
All the buttons are still black background with white text. I want to change from black to another color. Like I said I changed the spacious theme color from the menu – no help. I pasted your code in the CSS no help.
What can I do?
Thanks
Hi Nidwija,
I think I know what you tried changing I think you tried to change the actual add to cart “icon”, maybe I was not clear, sorry, but I want to change the buttons. See my link page and my previous post. There are three buttons (“see schedule” , “register” shop now” on the page link I sent…
Click Here
All the buttons are still black background with white text. I want to change from black to another color like blue 0693e3 . I changed the spacious theme color to the blue (0693e3) from the spacious menu (that changed the link colors) but no help to the above 3 buttons.
What can I do?
Thanks
@wpquestions789
In that case why don’t you try the following code and see if it helps?
.wp-block-button__link.add_to_cart_button{
background-color:#0693e3;
}
Let me know whether this solves your issue!
Regards
That did it, thanks so much!
@wpquestions789
Glad to have helped! Let us know if you require any more assistance regarding any issue.
Best Regards