Hi,
can’t set the color of the current menu item on mobile. Even with custom css the color never change.
It works in Chrome developer console, but not in real web with the same code.
Can you help me?
Thanks,
stefano
Trevor Stevens Participant
Topics: 14 Replies: 26 Total: 40
Member since: December 31, 2021
At last i found it.
The code is in the following
in the directory frontpage and in file slider-static.php
the code to remove starting at line 72 is
<div class=”skt-builder-wave”>
<svg version=”1.0″ xmlns=”http://www.w3.org/2000/svg” width=”1450.000000pt” height=”240.000000pt” viewBox=”0 0 1450.000000 240.000000″ preserveAspectRatio=”xMidYMid meet”>
<g transform=”translate(0.000000,240.000000) scale(0.100000,-0.100000)” fill=”#f6f9fe” stroke=”none”>
<path class=”skt-builder-wave-color” d=”M13770 2394 c-19 -2 -80 -9 -135 -15 -369 -40 -805 -146 -1205 -295 -80 -29 -274 -108 -430 -175 -1099 -468 -1950 -757 -2665 -903 -388 -79 -626 -106 -976 -113 -508 -10 -694 21 -1294 212 -525 167 -780 215 -1151 215 -457 0 -920 -92 -1554 -308 -168 -57 -388 -131 -490 -163 -749 -241 -1538 -385 -2355 -430 -274 -15 -851 -6 -1050 16 -77 9 -213 19 -302 22 l-163 6 0 -232 0 -231 7250 0 7250 0 0 1189 0 1189 -32 6 c-37 8 -644 16 -698 10z”></path>
</g>
</svg></div>
I removed this and now just have the slider. I note there are refs in the main style css do i need to rem these out or are they ok to leave?
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
Kindly use this CSS.
.woocommerce span.onsale {
border-radius: 0;
background-color: transparent !important;
font-size: 0 !important;
background-image: url("https://aeliaspa.gr/wp-content/uploads/2022/07/special-offer.jpeg");
background-size: 100%;
background-repeat: no-repeat;
width: 100px !important;
height: 100px !important;
}
Regards,
Brad
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
Kindly use this CSS to change border color.
.sec1-box.odd {
border-top: 5px solid #D9BB00;
}
.sec1-box.even {
border-bottom: 5px solid #D9BB00;
}
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
Kindly use this CSS.
.team-thumb:hover { background-color:#D9BB00;}
Regards,
Chris
Tyrone Banks Participant
Topics: 1 Replies: 12 Total: 13
Member since: July 1, 2022
This has worked only on the first section. Some sections are still with the hover orage color. What are the CSS Classes or IDs
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.sec1-box:hover {
background-color:#00dbff;
}
Kindly Add your color code.
Regards,
Chris
Pls i need to know how to change the orange hover color on pictures. I have tried several settings, it still does not work. For clarity sake, it happens on the image hover effect, the orange just needs to be changed to another color
Kaz Participant
Member since: July 1, 2022
Orange is on the image slice hover color and I do not want any at all (just to show my picture) tried everything and driving me nuts
Could you help please
Using the Panaroma Theme recently purchased
Site is abstractpix.com
Thank you
Karen xo
Leon Weiser Participant
Topics: 6 Replies: 8 Total: 14
Member since: April 20, 2022
Thanks four your answer. Categories and Archives worked.
With Read more I am not quite sure. how I can change this.
// [skill title="HTML" percent="80" bgcolor="#ff7400"]
// add shortcode for skills
function skills_func($skill_var){
extract( shortcode_atts(array(
'title' => 'title',
'percent' => 'percent',
'bgcolor' => 'bgcolor',
), $skill_var));
return '<div class="skillbar clearfix " data-percent="'.$percent.'%">
<div class="skillbar-title"><span>'.$title.'</span>'.$percent.'%</div>
<div class="skill-bg"><div class="skillbar-bar" style="background:'.$bgcolor.'"></div></div>
</div>';
}
Which line do I need to change in the above code?
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
All the GB named themes have homepage editable using Gutenberg. Similar elementor themes have homepage using Elementor. SKT Builder themes uses homepage editable using SKT Builder.
You can use Divi builder or WP Bakery and use them to create your own homepage and inner pages and the theme customizer will only work for header, footer and color and font options.
Hope this is fine.
Regards,
Chris
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.head-info-area .social-icons a:hover {
color: #f00 !important;
}
Regards,
Dave
Hello,
I bought a template for wordpress from you. Unfortunately, I have the problem that I can not change the hover of the social icons in the upper area, rather it is not listed in the coloring settings.
Can you add the function to change the color of the hover in the social area in the template, which I can then download via downloads on the SKT page?
At the moment the hover is on white. However, when I go over the icons the logo disappears due to the white background.
Thank you in advance.
Sonal S Sinha Moderator
Topics: 0 Replies: 31231 Total: 31231
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
ul.custom-menu li a:hover, ul.custom-menu li.current-menu-item a, .wpcf7-submit { background-color:#445420 !important;}
Regards,
Dave
Philip Participant
Member since: March 29, 2017
Hi!
I can’t find an option to change Colors in theme GB Consulting for CF7-formulars on homepage and on second navigation.
I want to change that tone of blue to green.
Thank you!