Footer section

Discussion in 'Real Photography WordPress Theme' started by appleguy, Sep 19, 2015.

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

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    To control the size of the dotted lines. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer {
          border-top: 1px dashed #d9d9d9 !important;
        }
    .footer-bottom {
        border-top: 1px dashed #cbcbcb !important;
        border-bottom: 1px dashed #cbcbcb !important;
        }
    
    Note: This is your present setting. Change the pixel size accordingly as you desire.

    To remove the dotted lines. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer {
          border-top: none !important;
        }
    .footer-bottom {
        border-top: none !important;
        border-bottom: none !important;
        }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    appleguy likes this.
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    I get this code to work right in the footer at bakersfieldwindowwashing.com but not at ihomefurniturestore.com ? Can you take a look please

    <br />site design & SEO by <a href=
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    I could understand your concern, but you are facing this issue as both the websites have slightly different layout/structure. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #carousel ul.slides {    
        border-bottom: none !important;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    It doesn't work, I'm trying to get my link acme1web.com to show at the bottom of ihomefurniturestore.com
     
  6. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    It works now (-:, it was on my end, thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page