Hi,
i have a problem with the label and background color in CF7 with SKT Mechanic.
I would like to change the blue color of the label title and background label in home page on this site: http://www.sgnoleggio.it/
The title label should be black, and the background color of label text should be white/trasparent.
Can you help me? This is the CSS i used now
/* Contact Form 7 Styles */
.wpcf7 {
background-color: #FFFFFF;
border: 1px solid #DBDBDB
}
.wpcf7-form {
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.wpcf7-form {
color: #876;
}
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS to resolve the issue.
.footercols3 a {
color: #fff !important;
}
Regards,
Brad
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS.
.skt-blocks-buttons-repeater:hover, .skt-blocks-cta-button-wrapper:hover { background: #000 !important;}
.skt-blocks-buttons-repeater a:hover { color: #fff !important;}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
If you want to change sidebar hover and active color?
Kindly use this CSS and replace your color code instead of #000.
ul#menu-services-sidebar li:hover, ul#menu-services-sidebar li.current-menu-item {
background-color: #000;
}
Regards,
Dave
Karsten Lawrenz Participant
Topics: 6 Replies: 8 Total: 14
Member since: September 23, 2023
Hello again,
I figured it out myself – I’ve been trying for several days.
I replaced this CSS:
#sidebar .widget{background-color:#fff; color:#000; padding:20px; border:1px solid #dddcdc; margin-bottom:30px; position:relative; box-shadow:0 0 3px #dddcdc;}
with this CSS:
#sidebar .widget{background-color:#fff; color:#000; padding:20px; border:none; margin-bottom:30px; position:relative; box-shadow: none;}
Regards, Karsten.
Kor van de Bunt Participant
Topics: 115 Replies: 341 Total: 456
Member since: June 3, 2015
Hi,
There is still a problem with the Hoover Button Color. I created two new CTAs on the page https://www.mlbeauty.nl (home) and https://www.mlbeauty.nl/new-home/services/. The Hoover Button Color does not turn black.
See screen shot:
https://ibb.co/wYfTHKV
I expected it to be resolved with the latest CSS adjustments.
Regards,
Kor
I am using the Maintenance services pro. How do i change the sidebar thah is displayed on the serices page? I change all the colours in the customizer but this is the color that i cant change
Kor van de Bunt Participant
Topics: 115 Replies: 341 Total: 456
Member since: June 3, 2015
Hi,
There is still a problem with the Hoover Button Color. I created two new CTAs on the page https://www.mlbeauty.nl (home) and https://www.mlbeauty.nl/new-home/services/. The Hoover Button Color does not turn black.
See screen shot:
https://ibb.co/wYfTHKV
I expected it to be resolved with the latest CSS adjustments.
Regards,
Kor
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
This is the color code of the slider 👇
#f2eae1
Regards,
Dave
Hi,
Where can I find the colors of the slider from the theme?
https://ibb.co/zQzXc4m
Regards,
Kor
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS to resolve hover color issue.
.skt-blocks-cta-91c29d0a-1d94-45ad-b90c-69cfd2380ccf .skt-blocks-cta-button-wrapper:hover,
.skt-blocks-cta-5ceed8ec-25d7-4761-b66d-1505fed2a103 .skt-blocks-cta-button-wrapper:hover {
background-color: #000000 !important;
}
Regards,
Chris
Kor van de Bunt Participant
Topics: 115 Replies: 341 Total: 456
Member since: June 3, 2015
Hi,
I see that on the page https://www.mlbeauty.nl/new-home/services/huidproblems/ the Hover Color button is black see screen shot:
https://ibb.co/7X1T2TP
On the other two pages https://www.mlbeauty.nl/new-home/services/ Treatments/ and https://www.mlbeauty.nl /new-home/services/products/ it is not yet good as previously described.
Regards,
Kor
Kor van de Bunt Participant
Topics: 115 Replies: 341 Total: 456
Member since: June 3, 2015
Hi,
I have applied the CSS code see screenshot:
https://ibb.co/D8k5n3G
The only thing that changes is the border color #000000, but the background color remains FDB84 and does not change to #000000 see screenshot:
https:/ /ibb.co/ZNLFzSH
Regards,
Kor
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS.
.skt-blocks-cta-64c14415-49d4-4a7c-9726-6383955cefb2 .skt-blocks-cta-button-wrapper:hover {
background-color: #000000 !important;
}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31329 Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS.
.footercols4 ul li a {
color: #000;
}
Regards,
Chris