• Hello,

    can you please inform me how I can remove the faint lines from the front page (one line is below the menu and the other above the contact details)?

    Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • What is your URL?

    Thread Starter conchrisoulis

    (@conchrisoulis)

    Sorry, I forgot to mention the URL:
    http://d6c.d34.myftpupload.com/

    Hey conchrisoulis,

    In your style.css file, you can remove the top border below the navigation

    .nav-primary .wrap {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 2px;
    }

    to

    .nav-primary .wrap {
        border-bottom: none;
        padding-bottom: 2px;
    }

    and then for the bottom change:

    .footer-widgets {
        border-top: 1px solid #E5E5E5;
        padding: 50px 0px 30px;
    }

    to this

    .footer-widgets {
        border-top: none;
        padding: 50px 0px 30px;
    }

    Hope that helps!

    Thread Starter conchrisoulis

    (@conchrisoulis)

    Many thanks for the prompt reply.
    Indeed it worked! I will defintely review you with a five star.

    Can you please help me with three final issues that I have with the theme:
    a) Placing the Lifestyle WordPress p.credit text on the bottom on the same line as the p.copyright text and aligning p.credit to the left and p.copyright to the right.
    http://d6c.d34.myftpupload.com/

    b) Similarly, aligning the About Us space (text and photo) with the below footer which ahs been set at
    width: 100%; max-width: 800px; float: none; margin: 0 auto; border-top: none;

    http://d6c.d34.myftpupload.com/about-us/

    c) Is it possible to create a table within the footer widget that will allow social media buttons to be inserted in the same space, like this website: http://www.francescagentilli.com/ ?

    d) Is it possible to remove the footer widget from my Contact page, as it is repeating information?

    I kindly thank you once more for your prompt reply.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove faint lines from front page’ is closed to new replies.