Home › Forums › IT Consultant Support › Theme change
- This topic has 11 replies, 2 voices, and was last updated 6 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 18, 2017 at 5:26 pm #89876
Hi,
If is possible I want hide footer area of my site, just stay the bar with footer menu and copy right.
And i want to change the letter color of select tab of short code above from red to #419438
[tabs]
[tab title=”TAB TITLE 1″]
TAB CONTENT 1
[/tab]
[tab title=”TAB TITLE 2″]
TAB CONTENT 2
[/tab]
[tab title=”TAB TITLE 3″]
TAB CONTENT 3
[/tab]
[/tabs]My site: http://www.locknetwork.ca/
December 19, 2017 at 5:18 am #89900Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#footer { display:none;} .tabs-wrapper ul.tabs li a.selected { color:#419438 !important;}
Regards,
ChrisDecember 19, 2017 at 10:15 am #89928Hi Thanks,
Everthing work fine.
One question
what is the maximum number of the tab elements inside the Tabs element, because 3 tab elements fine but up to 3 is disconfigured (http://www.locknetwork.ca/?page_id=331).What is de Custom CSS to change toggle title color to #419438:
[toggle_content title=”Toggle Title 1″]
Toggle content 1…
[/toggle_content]December 19, 2017 at 12:46 pm #89936Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.tabs p {display: none;} .tabs li p { display: block !important;}
Can you send us the screenshot of your toggle title issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisDecember 19, 2017 at 1:35 pm #89942This tabs work fine Know. I can use more then 1 tabs in the same page?
You can look example here:
http://www.locknetwork.ca/?page_id=331
I want to change toggle title color from #7BB303 to #419438.
December 19, 2017 at 1:35 pm #89943This tabs work fine Know. I can use more then 1 tabs in the same page?
You can look example here:
http://www.locknetwork.ca/?page_id=331
I want to change toggle title color from #7BB303 to #419438.
December 19, 2017 at 1:36 pm #89944toggle title color over is okey, don’t need change.
December 19, 2017 at 1:47 pm #89945Cool
December 19, 2017 at 1:55 pm #89947I just have this question:
This tabs work fine Know. I can use more then 1 tabs in the same page?
You can look example here:
IT Consulting
I want to change toggle title color from #7BB303 to #419438.
December 20, 2017 at 5:31 am #90011Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slide_toggle a { color: #419438 !important;}
Regards,
ChrisDecember 20, 2017 at 12:27 pm #90089Hi Chris,
Thank you for everthing. All change work fine.
December 20, 2017 at 12:48 pm #90094Hi pachecoveiga,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/13/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.