Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #9144
    JakeBuly
    Member

    First off, thanks for making this awesome simple looking theme! Please help me with these few tweaks! Here is my website: http://jbpstudio.com/

    • I need to remove the small border around all the images on my site if possible.
    • I need to remove the name from the top of each page, ex: Home/About/Etc.
    • I need to remove the extra space from the end of the menu bar.

    Thanks!

    #9147
    JakeBuly
    Member

    I also need to move the homepage social icons above the logo if possible!

    #9152
    JakeBuly
    Member

    And remove where it shows all the category info on each post.
    Thanks again!

    #9169
    Sakin
    Keymaster

    @JakeBuly: I will try to answer it all.

    • I need to remove the small border around all the images on my site if possible.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post-img a, #main #content img { border: none; }

    • I need to remove the name from the top of each page, ex: Home/About/Etc.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-title { display: none; }

    • I need to remove the extra space from the end of the menu bar.
    — The extra space depends on the menu item you have added, don’t worry about it. It’s not an issue. You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header #mainmenu ul li a { padding: 0 15px 0 16px; }
    #header #mainmenu ul li:last-child { border-right: none; }
    

    • I also need to move the homepage social icons above the logo if possible!
    — You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .layout-978 {
        position: relative;
    }
    #header ul.social-profile {
        float: right;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    • And remove where it shows all the category info on each post.
    — You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single .tags { display: none; }

    #9174
    ninabrooke
    Member

    The site will not recognize that I am logged in to create my own post. I am wondering if it is possible to create a shopping cart, and links to purchase items. I know I can get a link from paypal to my site, I am just not sure this theme allows it. THanks!

    #9175
    Sakin
    Keymaster

    @ninabrooke: Simple Catch Theme don’t have e-commerce module. Maybe you can try in Catch Box Pro or Catch Everest Pro theme and install WooCommerce Plugin.

    #9181
    JakeBuly
    Member

    Thanks Sakin! That fixed all the issues, my site is working perfectly now!

    #9182
    JakeBuly
    Member

    I actually have one more! haha how can I move the main logo down to match the space between search bar and the menu. Basically move the logo closer to the search bar so the space isn’t so big in between.

    Thanks!

    #9204
    Sakin
    Keymaster

    @JakeBuly: WoW one more time. 😀
    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform {
        padding-top: 0;
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Need help with a few things!’ is closed to new replies.