Change footer color / widget color / sliding Home Page Testimonial Description

Discussion in 'InkThemes-Support Working Hours' started by pharma, Jan 2, 2015.

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

    pharma New Member

    Joined:
    Sep 29, 2014
    Messages:
    11
    Likes Received:
    0
    Hi Support,

    Thanks for a great theme.

    Have figured out most thing thru your forum but have 6 issues that I need your support in. Screenshots uploaded in a pdf. Webpage fokuspharma.se.

    1. How can I insert color 9ACD32 to the footer in css?
    2. How can I change the widget color to black from green?
    3. Can the statements in the footer be multipel and have a sliding function?
    5. Can webpage link structrue be hidden or removed so reader cant see it?
    6. Can the web page side guide be removed / hidden? Tried the full page option but that dosent work.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi pharma,

    You have to use customized css given below to make the changes in your webpage.

    (Appearance->Theme Options->Styling Options->Custom CSS)

    1.
    Code:
    .footer-container {
    background:  #9ACD32;
    } 
    2.
    Code:
    .footer-container h4 {
    color: black;
    }
     
    .footer-container a {
    color: black;
    }
    3. To add sliding functionality you have to do customization.

    4.
    Code:
    div#crumbs {
    display: none;
    }
    5. Edit your blog page, select full width template and then publish it.

    Thanks
    Praveen
     
  3. pharma

    pharma New Member

    Joined:
    Sep 29, 2014
    Messages:
    11
    Likes Received:
    0
    Hi!

    Big thanks - great support! Two following questions.

    1. Which CSS should I use to #9ACD32 in the backgroundof the ”dropdownmenu?
    2. How can i edit footer widget text to black.

    See attached print screens
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    #menu .ddsmoothmenu li li {
    background: #9ACD32;
    }
    .footer-container ul li {
    color: black;
    }
    .footer a, .footer, .footer span {
    color: black;
    }

    Thanks & Regards
    Pramod
     
  5. pharma

    pharma New Member

    Joined:
    Sep 29, 2014
    Messages:
    11
    Likes Received:
    0
    Hello again,

    Once again - thanks. Can you pls include the color coding for the links. See attached file for details. Thx!
     

    Attached Files:

  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container ul li {
    color: black;
    }
    .widget_wysija_cont p label {
    color: black;
    }

    Thanks & Regards
    Pramod
     
  7. pharma

    pharma New Member

    Joined:
    Sep 29, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    Once again thanks for guick support. This solved half of the problems. Pls see attached screens shot in pdf.

    Br,

    Pharma
     

    Attached Files:

  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    hi Pharma,

    Please try this code in custom css.

    Code:
    .footer-container ul li {
    color: black !important;
    }
    Thanks
    Praveen
     
  9. pharma

    pharma New Member

    Joined:
    Sep 29, 2014
    Messages:
    11
    Likes Received:
    0
    Thanks! Solved the issue!
     
Thread Status:
Not open for further replies.

Share This Page