• Here is the website I am working on: https://www.farmhousereverie.com

    I am trying to remove the bottom border of the content. (Just above the social links footer).
    I’ve seen people saying “Enter this code into your CSS” but they are not being clear as to where this needs to be placed in the CSS coding.

    I am also looking to find out how to move my Woocommerce cart to the right side of the page, rather than the left.

    • This topic was modified 7 years, 12 months ago by farmhousereverie. Reason: Added question
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Hah! It’s not a bottom border — it’s a top border on the footer area.

    .site-footer-social {
       border:none;
    }

    To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    The developers and users of this theme would be the best people to ask for help moving things about. You can reach them here:

    https://www.ads-software.com/themes/vogue/

    Thread Starter farmhousereverie

    (@farmhousereverie)

    That worked! I initially set all of my borders to 0 in the coding for the footer, but the border still remained, which is why I concluded it was a bottom border for the content. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Bottom Border of Content’ is closed to new replies.