Slider Arrow, Social Media Color, etc.

Home Forums All Other Themes Slider Arrow, Social Media Color, etc.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43546
    LaurieLaurie
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 11, 2016

    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.

    #43584
    LaurieLaurie
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 11, 2016

    Here is the website:
    http://deathward13.com/

    #43586
    LaurieLaurie
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 11, 2016

    Hello, 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.

    #43588
    LaurieLaurie
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: August 11, 2016

    I 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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.