Home › Forums › WoodMart support forum › Default –btn colour change and spacing between letters
Default –btn colour change and spacing between letters
- This topic has 10 replies, 2 voices, and was last updated 3 years, 2 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 21, 2021 at 12:30 am #313722
luczamicParticipantHi Guys,
I love your theme, but I got some unusual requests 😀
I’m trying to override default colours for buttons from black to any other colour I’d like:–wd-form-brd-radius: 0px;
–wd-form-brd-width: 2px;
–btn-default-color: #333;
–btn-default-color-hover: #333;
–btn-shop-color: #fff;
–btn-shop-color-hover: #fff;I don’t want to change the whole CSS doc so is there a way I can change that for each site?
And also is there a way to change the spacing between characters in the menu and any other text for that instance?
Thanks
MichalAugust 21, 2021 at 8:56 am #313768
Aizaz Imtiaz AwanKeymasterHello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).
Can you please send me the screenshots of the button which you want to change the color? Also, do you want to add the space between the alphabets of the menu text or the space between menu items?
Best Regards.
August 21, 2021 at 9:15 am #313771
luczamicParticipantHi Azizaz,
Thanks for the replay, I’ve attached the png.
The spacing I’m trying to change is the alphabet of the menu text.
Thanks!
MichalAttachments:
You must be logged in to view attached files.August 21, 2021 at 10:57 am #313782
Aizaz Imtiaz AwanKeymasterHello,
Ok, I understand your issue but your given site URL is not the same as per the screenshot. I see this menu on the given URL: https://ibb.co/2SbbfLD
Best Regards.
August 21, 2021 at 12:24 pm #313798
luczamicParticipantUps, Sorry, Yes I’m playing around with all the time 😀
http://offices.welchmankeen.com/our-services/
Sorry 😀
August 21, 2021 at 12:34 pm #313802
Aizaz Imtiaz AwanKeymasterHello,
TO change the color of the button please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover { color: red; } .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after { background-color: red; }
Note: Please change the color in the above custom CSS as per your requirement.
2. To add the space between the words, please use the below custom CSS code:
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a { word-spacing: 2.5px; }
Best Regards.
August 21, 2021 at 12:51 pm #313804
luczamicParticipantHey, Thanks For that! I really appreciate it,
I’m not sure why, but the spacing doesn’t work at all
the colour does but only when I hover over it and underlining works too but the initial colour is still black
Sorry for trouble
August 23, 2021 at 5:23 am #314001
luczamicParticipantHey guys, any ideas? 😀
Thanks!
MichalAugust 23, 2021 at 6:48 am #314014
Aizaz Imtiaz AwanKeymasterHello,
1. Ok please use the below custom CSS as well:
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text { color: red; }
2. The space is working fine between the words, please see the screenshot: https://ibb.co/vhQzQGk
Best Regards.
August 23, 2021 at 10:00 am #314051
luczamicParticipantThanks!
August 23, 2021 at 2:01 pm #314130
Aizaz Imtiaz AwanKeymasterMost Welcome 🙂
Thanks for contacting us.
Have a wonderful day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: custom css
- You must be logged in to create new topics. Login / Register