Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #4758
    farshad
    Member

    Hi,
    I just applied the CatchBox pro theme to my website: http://www.wmlcloud.com. I wanted some minor changes to the theme which I hope can be made with a custom CSS code that you guys can provide.
    1.    I would like to increase the width of the desktop version of the theme to 660, without affecting Mobile UI (not the sidebar but just the main area).
    2.    The “About Author Name” section below posts is in H2. I would like to use just a Bold font for it instead of an H heading (for SEO reasons).
    3.    I would like to hide Tags and category name (below excerpts) from Home Page and Archives. I want them to show on pages and posts but not the Home Page or archive pages.
    4.    The ad units are overlapping the Mobile UI. I’m using the Quick AdSense plugin for showing ads, since it allows me to show ads just after the title and at the end of the post which is recommended by Google.  Is there a way to fix this e.g. by slightly increasing the Mobile UI Width?
    Regards,
    Farshad

    #4780
    Sakin
    Keymaster

    @farshad: For responsive width we cannot add it in “Custom CSS” it has to be done with style.css by building child theme.

    I don’t see The “About Author Name” in h2.

    You can hide it by adding the following CSS in “Custom CSS” box in Theme Options panel.
    footer.entry-meta { display: none; }

    #4781
    farshad
    Member

    Ok, Can you give me a code to increase the with via the “style.css”? It can be done via the “Editor” from the Dashboard right?

    And is there a similar way for hiding the Tags and category name (below excerpts) from Home Page and Archives.

    Thanks

     

     

     

    #4786
    Sakin
    Keymaster

    @farshad: To increase the width is bit complicated as it is responsive design. So, I don’t want you to change it. Please post this type of customization in http://jobs.wordpress.net/ or tweaky.

    I have already given you the css code to hide the Tags and category name (below excerpts)

    #4788
    farshad
    Member

    Thanks Sakin

    #4837
    farshad
    Member

    Hi,

    I notcied that by implementing the code in the custom CSS the Meta tags are not showing on Posts and pages, is there a way to hide them from the Home Page and Archives but to display them on Posts and Pages.

    #4838
    farshad
    Member

    I also rechecked the H2 Heading attribute I noticed in the “About Author” section. Here is a screenshot: http://imgur.com/d7tDT00

    Is this an H2 Heading or something else. If its a heading can it be changed to “H3” or a Bold Font?

    #4851
    Sakin
    Keymaster

    The css will hide the entry meta in content footer in Hompage and post/page.
    footer.entry-meta { display: none; }

    About changing H2 tag that you need to build child theme and edit that. There is no easy way to do that.

    #4877
    farshad
    Member

    But can I display the tags on Posts and Pages and “only hide them from the Home Page and archive pages?”

    #4919
    Sakin
    Keymaster

    @farshad: Oh yes you can do that. To hide only in Homepage and archive page replace the above css with this one.
    .home footer.entry-meta, .archive footer.entry-meta { display: none; }

    #5741
    farshad
    Member

    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Request For Shot Code’ is closed to new replies.