Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19758
    luismarioochoa
    Participant

    Hello,

    I just purchased again your excellent theme, this time for my personal website
    http://www.LuisMarioOchoa.com

    I need to do a few CSS modifications and thought you could help me out:

    1. Remove the grey frame around the body of the website.
    2. Center the “Copyright © 2014 Luis Mario Ochoa. All Rights Reserved” info on the bottom of the page.
    3. Remove the three grey horizontal lines at the bottom of the page that serve to separate the body and footer.

    Thank you

    #19767
    Sakin
    Keymaster

    @luismarioochoa: Thanks for your support and purchasing Catch Box Pro theme.

    1. Remove the grey frame around the body of the website.
    – This can be done through “Appearance => Theme Options => Color Options => Custom Color”. There you can change “Content Background Color” to white and save it.

    2. Center the “Copyright © 2014 Luis Mario Ochoa. All Rights Reserved” info on the bottom of the page.
    – You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator .copyright {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    3. Remove the three grey horizontal lines at the bottom of the page that serve to separate the body and footer.
    – You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .no-results, #author-info, #disqus_thread, 
    #content .error404, #colophon, #site-generator {
        border: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Help With CSS’ is closed to new replies.