Viewing 15 replies - 1 through 15 (of 16 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi av8r10,

    Copy the code given below and paste in Dashboard -> Appearance -> Theme Options -> Styling Option -> Custom css. This may help you to resolve your query.

    .home_page_blog .grid_16.alpha{
    width:100%;
    }
    .home_page_blog .grid_8.omega{
    display:none;
    }

    Thread Starter av8r10

    (@av8r10)

    no categories and search bar still there

    Thread Starter av8r10

    (@av8r10)

    May I ask how I rename the Home page to “home” with a lowercase h as a few people have pointed this out already and its quite frustraing.

    Try adding this CSS to change the case on the menu:

    #menu .sf-menu li {
        text-transform: lowercase;
    }

    If your changes are not showing up, try clearing the caching plugin on your site; also clear your browser cache.

    Thread Starter av8r10

    (@av8r10)

    here is code in css at the moment:

    .logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    }

    .header .menu-bar {
    display: table;
    margin-left: auto;
    margin-right: auto;
    }
    .home_page_blog .grid_16.alpha{
    width:100%;
    }
    .home_page_blog .grid_8.omega{
    display:none;
    }
    #menu .sf-menu li {
    text-transform: lowercase;
    }

    Thread Starter av8r10

    (@av8r10)

    That helped the lowercase problem, thanks for that. But the Archives and Categories are still there, very annoying that. Any other suggestions?

    Looks gone to me – try clearing your browser cache again.

    Thread Starter av8r10

    (@av8r10)

    The other changes have seemed to take effect, but categories, search and archive seem to still be showing. I have cleared my cache on google chrome and tried looking at the site in safari but it is still showing.

    One last thing, on my site the tab is called “Articles about” and not Matcha Republic Home Page. Why is this?

    Thread Starter av8r10

    (@av8r10)

    https://matcharepublic.com/matcha/

    The sidebar can be seen on this page.

    Theme Author inkthemescom

    (@inkthemescom)

    Hi,

    Use this code, this may resolve your problem.If not please let me know.

    .logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    }
    
    .header .menu-bar {
    display: table;
    margin-left: auto;
    margin-right: auto;
    }
    .home_page_blog .grid_16.alpha{
    width:100% !important;
    }
    .home_page_blog .grid_8.omega{
    display:none;
    }
    #menu .sf-menu li {
    text-transform: lowercase;
    }
    .grid_24.content .grid_16.alpha{
    width:98%;
    }
    .grid_24.content .grid_8.omega{
    display:none;
    }
    Thread Starter av8r10

    (@av8r10)

    thats awesome, lastly, i do want the site to be a little more narrow, what can I change in the code for this?

    Theme Author inkthemescom

    (@inkthemescom)

    Hi,

    If you want to change the structure this will take some time and customization of whole style-sheet to get the perfect theme structure.

    Thread Starter av8r10

    (@av8r10)

    Ok, where can i read about how to do this?

    Theme Author inkthemescom

    (@inkthemescom)

    Hi,
    You can try to change in 960_24_col_responsive.css.
    Reduce div width with 1% or 2%.
    This may help you.

    Hello

    i try to remove the contact form on home page right feature widget area

    but when i go to widgets there is no widget added to remove

    how i can remove this contact form on the main home page right ?

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Remove widget from sidebar’ is closed to new replies.