Custom CSS Problem

Discussion in 'ColorWay WordPress Theme' started by kenshorey, Sep 5, 2015.

Thread Status:
Not open for further replies.
  1. kenshorey

    kenshorey New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    I'm trying to change the footer background color, remove the home page blog content, remove the bread crumbs, and remove the titles and descriptions from the sliders.

    I have added the following to the custom css area on the styling options page. The only thing that worked is the footer color change. What am I doing wrong?

    .footer-container {
    background: #6A4203;
    }
    .home_page_blog {
    display: none !important;
    }
    .div#crumbs
    {
    display: none !important;
    }
    .slide .slide-content.entry {
    display: none !important;
    }
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Everything is possible with us, and fixing your issue is really very easy. Could you please provide us URL of your website so that we can provide you the exact solution?

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. kenshorey

    kenshorey New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    Hi Nitin,

    The site is being developed locally and hasn't been uploaded yet. Do you have teamviewer? If yes, I could remote you in.

    Ken
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider_blog {
            display: none !important;
    }
    div#crumbs {
        display: none !important;
    }
    .sl-slide-horizontal .sl-slide-inner {
        display: none !important;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. kenshorey

    kenshorey New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    Thank you, Nitin. That worked.

    Ken
     
Thread Status:
Not open for further replies.

Share This Page