Home › Forums › All Other Themes › Slider Arrow, Social Media Color, etc.
- This topic has 3 replies, 1 voice, and was last updated 8 years, 3 months ago by Laurie.
-
AuthorPosts
-
August 12, 2016 at 10:40 pm #43546
I’ve switched to SKT Pro Black and have been trying to fix some issues on my own but have not been successful:
1) Slider Arrow (home page)
How do I hide or remove the Down Arrow from the slider? I’m only using one photo in the slider area so the arrow isn’t needed.2) Social Media Color & Size
How do I change the color of the social media icons?
The free version of SKT black had large social media icons in the footer. How do I activate them in the Pro version?3) White Section
There is a horizontal white section that appears below the slider and section area. How do I remove or make it black?4) Header Art Cuts Off
Now that I’ve switched to SKT Black the header art on the other pages cuts off when the screen is enlarged. how do I make the header artwork responsive to the size of the screen?Thank you.
August 13, 2016 at 8:56 pm #43584Here is the website:
http://deathward13.com/August 13, 2016 at 9:10 pm #43586Hello, after many hours searching this site and others, I finally found this code to remove the arrow completely but I still have other outstanding issues (below). Here is the code for other people using the Support section who can’t figure out how to do it as well as our additional issues:
Custom CSS box: Appearance>Theme Options>
Paste the following:
a.arrow-down {display:none !important;}Client Site
http://deathward13.com/– White Section
When the home page is enlarged a white horizontal bar suddenly appears below the slider image. How do I remove or make it black?– Header Art Cuts Off
Now that I’ve switched to SKT Black Pro the header image cuts off when the screen is enlarged (not on the home page but on additional pages). how do I make the header artwork responsive to the size of the screen?– Social Media Color & Size
How do I change the color of the social media icons? I was able to do this in the free version of SKT black. I would also like to move the icons to the footer and stylize them similar to the free version of SKT black.Thank you.
August 13, 2016 at 10:50 pm #43588I have resolved some – but not all – issues after many hours of attempts. I now have the following support needs and appreciate your assistance for this site:
http://deathward13.com/contact/1) Inner Page Banner
We are using a larger than recommended inner page banner that worked find on the free version of SKT Black. However, it now cuts off when enlarged but looks fine on mobile and pad and some desktop.2) White Space on Mobile
We still have white space under the slider, but now only on the Mobile version. I have tried the following code to fix the mobile issue but none of these work:DOES NOT WORK:
@media screen and (min-width:980px){
.slider-wrapper{min-height:auto !important;}
}DOES NOT WORK:
@media screen and (max-width:767px) {
.has_trans_header .spacebottom { padding-bottom:45px;}
}DOES NOT WORK:
@media screen and (max-width:667px){
.has_trans_header .spacebottom {
padding-bottom: 0 !important;
}
}DOES NOT WORK:
#slidera { display:none !important;}
#sidebar .widget_wrap iframe { width:100% !important;}
@media screen and (max-width:767px){
.page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera { display:none !important;}
}DOES NOT WORK:
@media screen and (max-width:767px) {
article p { padding:0 !important;}
}3) Social Media Color
Please let me know how to change the social media color.Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.