Forums

Help with WP theme (3 posts)

  1. ShakeLab
    Member
    Posted 10 months ago #

    Hey guys,

    I'v bought this WP theme called "TheStyle", installed it and tried to edit it here and there and make some changes, but there are some thing I simply cant figure out how to do, and I know a little bit of HTML.

    If you visit http://www.shakelab.com - that is my site - you'll see that I have put some stuff onthere for testing.

    What I want to do:

    First off, the three topics that are there are ones I made through WP, but as you see there are no space between the topics as there is in the original theme which is here - http://www.elegantth...eview/TheStyle/ - I have looked through all the codes and can't figure out where to make that space.

    Second, I would like to remove the search function on the left side.

    Third, if you press one of the topics on my site, I would like the "posted by *** on ***......." to be removed as well.

    Hope somebody can help me.

    Regards, XelisM

  2. jkcal436
    Member
    Posted 10 months ago #

    Look at making a child theme for this theme. Also, Firebug or Google Chrome will help you identify what the search bar is called. You can hide it using CSS.

  3. jkcal436
    Member
    Posted 10 months ago #

    input#searchinput is the label for the search box. You might try #input#searchinput {
    display: none;
    }

    You really need to do this in a child theme if this theme supports it.

Reply

You must log in to post.

About this Topic