Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #103408
    wouwonline
    Participant

    Hi, I’ve just installed the pro theme and have some questions.
    The website is: kookstudiogezelly.nl

    1. I would like to show the alternative menu (the one centered just above the slider), and I would like NOT to show the head menu (the one right on top of the page, next to logo). If i keep the box of the main menu empty, it is still shown on the website.

    2. i used the button ‘reset menu color’ and now the colors of my menu are not adjustable anymore. If i change a color, and push publish, nothing changes. And sometimes when i publish a color change i’m automatically pushed to the page: reset menu color, and still nothing changed.

    3. Above of the footer menu there is a blue border, i want to change that color, but cannot find where

    many thanks for your help

    Maaike

    #103435
    Mahesh
    Keymaster

    @wouwonline: I checked your site and its blank. And about the color options issue, do you get any error message? Let me know futher.

    Regards,
    Mahesh

    #103441
    wouwonline
    Participant

    Hi, the site is up and running again (fiew).
    and apparently the error with the menu colors is also fixed (so i think it had something to do with the downtime of the server of Strato, I was not able to login into wordpress anymore, the whole site was down, I opened FTP and renamed the folder plugins into plugins1, so all plugins were deactivated, and now the site is working again. I was updating the plugins, while the server of my provider Strato was having problems, and I think that’s the reason the website went down).

    But okay: i would like to delete the main menu, and keep the alternative menu, is that possible via the customizer?

    #103442
    wouwonline
    Participant

    and as you can see, i changed all the colors into something red. But there is one line left blue, on the bottom of the page, above the footer menu. Where can I change that?

    #103443
    Mahesh
    Keymaster

    @wouwonline: Disable header right menu: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Header Options and check Check to Disable Header Right Sidebar option
    Go to Dashboard=> Appearance=> Customize=> Theme Option=> Custom CSS box and add the following CSS:

    #colophon {
        border: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #103899
    wouwonline
    Participant

    Hi, it works thanks.

    Other question: i also used the theme now for a online shop: http://bijbambini.nl/product/belle-jurk/

    Is it possible to make the titles of the products and catagory pages bigger and bold?
    And is it possible to make the prices bigger?

    #103900
    wouwonline
    Participant

    And do you have a Shop theme, that also has a nice frontpage? I earlier used the e-commerce theme, but the front page is not nice, you only see a list of catagories. I want to have a banner and editorial modules, like the kathmandu theme.

    #103906
    Mahesh
    Keymaster

    @wouwonline: Please add the following CSS:

    .woocommerce div.product .product_title {
    	font-size: 20px;
    }
    
    .woocommerce div.product p.price, .woocommerce div.product span.price {
    	font-size: 30px;
    }
    
    .woocommerce ul.products li.product h3 {
    	font-size: 20px;
    }
    
    .woocommerce ul.products li.product .price {
    	font-size: 30px;
    }

    Note: Adjust the font-size as required.

    Catch Kathmandu Pro is a WooCommerce ready theme, you can adjust the product as you desire.
    Or you can try E-Commerce Pro an e-commerce theme. (https://catchthemes.com/themes/category/e-commerce/)
    Or any other theme in here:
    https://catchthemes.com/themes/category/e-commerce/

    Regards,
    Mahesh

    #104303
    wouwonline
    Participant

    Thank you, and how can I change the size of the product catagory page titles?
    Like ‘aanbiedingen’ on: http://bijbambini.nl/product-categorie/aanbiedingen/

    #104307
    Mahesh
    Keymaster

    @wouwonline: Please add the following CSS:

    .tax-product_cat.woocommerce h1.page-title {
        font-size: 30px;
    }

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menu problems’ is closed to new replies.