Menu is in different colors. I can't change it.

This topic has 5 replies, 2 voices, and was last updated 7 years ago ago by Jack Richardson

  • Avatar: rfgroupab
    rfgroupab
    Participant
    March 24, 2017 at 11:19

    Hello.
    I just wanna start of with that I am very satesfied with ur theme. It works great but now I’ve had some problems with it recently that I could use some help with. If you could help me with these following quesitions I would be very appreciative.

    1. I have the color black in the menu at the home page. But when I go to my other pages like shop or cart, the menu text is white. How can I change this so the menucolor is black on all my pages?

    2. Even if I go into 8theme’s setting and enable the footer, I cant see any footer on my website. So how can I activate the footer properly?

    3. How do I remove “Default Sorting/ Sort by popularity etc…” from the shoping pages.

    4. For some reason my single shopping page looks different now. My productimage is in the centre of the screen and the product information to the down left and the price and option setting is to the right of the image.
    So how can I change this so it looks like thie single shopping page in the Classco theme Victoria.

    5. For some reason when I try to edit my own CSS-code. Nothing happens to my site. No matter where in wordpress I write it, visual composer, nomal customization, 8theme plugin..
    So what im I doing wrong here, why doesnt my CSS-code work?

    6. I’ve edited my homepage without any prodblems with visual composer. But when I try to edit my shopping page with visual composer I cant do it. When I go into that site, It won’t let me use that option on the topbar like it does on my homepage.
    Do I need to buy premium licence from visual composer to do this, or am I doing something wrong here aswell?
    I mailed them and they said this:
    Please make sure that under visual composer -> role manager -> administrator -> post type, the products options is selected.
    It was already checked when I went in there to look. So whats the problem here, why cant I edit my shopping page with Visual Composer?

    I am using the child theme of the Classico Theme.

    Sorry for a long question, its my first time building my own website!

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: rfgroupab
    rfgroupab
    Participant
    March 28, 2017 at 06:00

    Hello!
    I’ve now waited 4 days for an answer. Does it usually take this long or have you forgotten to answer this question?

    Just a friendly reminder!

    Thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 28, 2017 at 10:44

    Hello,

    1. Add this css code in Theme Options > Styling > Custom CSS > Global Custom CSS:

    .menu > li.current-menu-item > a,
    .menu > li > a {
        color: #000000 !important;
    }

    2, 4, 5. Please provide us with WP Dashboard credentials in private content area.

    3. Use the css code:

    .woocommerce-ordering {
        display: none !important;
    }

    6. Shop page can’t be edited via Visual Composer as it uses woocommerce template, so if you want to customize it you need edit appropriate woocommerce template file, which can be found in the wp-content/themes/classico/woocommerce folder or in the plugin directory in wp-content/plugins/woocommerce/templates. It’s strongly recommended to make such changes via child theme to prevent losing your customizations after the next theme update.

    Regards,
    Jack Richardson.

    Avatar: rfgroupab
    rfgroupab
    Participant
    March 29, 2017 at 20:49

    Thanks for the answer!

    The css comands worked. But:

    1. The text of the menu is now black on all of my pages. But the shopping cart is still white on the other pages. So how can I change this to black aswell?

    2. The default sorting was removed aswell as I wanted. But I want to remove the two icons aswell that sort them in linear or in 3 grid. What is this css code that can do this for me?

    3. Okey so there is no way to edit the shop page with visual composer at all?
    How would I then do to decrease the space between the menu and the 1st image im my shopping page? The space is so big and I want to make it alot smaller so the menu is much closer to the image!
    (same thing with my inspiration page and shopping page) to much space..

    And I now sent you the WP Dashboard credentials, so please help me with question 2,4,5 from the first message:)

    Much thanks
    Hugo.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 3, 2017 at 12:10

    Hello,

    1. Please check cart widget now.

    2. To hide grid/list switcher set “Only Grid” or “Only List” in Theme Options > E-Commerce > Products Page Layout > Products view mode http://prntscr.com/ertz5l

    3. I’ve added this css code:

    .woocommerce-breadcrumb,
    .woocommerce-breadcrumb a,
    .delimeter {
        color: #ff0a0a !important;
    }
    
    .page-heading h1.title {
        color: #aed691 !important;
    }
    
    .breadcrumbs a,
    .woocommerce-breadcrumb a,
    .back-history, .breadcrumbs,
    .woocommerce-breadcrumb {
        color: #ff0a0a !important;
    }
    
    .breadcrumbs-type-8 .page-heading.bc-type-8 {
        padding-bottom: 30px !important;
    }

    2. Even if I go into 8theme’s setting and enable the footer, I cant see any footer on my website. So how can I activate the footer properly?

    I’ve added static block from Victoria demo version and assigned it in Appearance > Widgets > Footer Area section. You can edit its content in WP Dashboard > Static Blocks > Victoria.

    4. For some reason my single shopping page looks different now. My productimage is in the centre of the screen and the product information to the down left and the price and option setting is to the right of the image.
    So how can I change this so it looks like thie single shopping page in the Classco theme Victoria.

    Go to Theme Options > E-Commerce > Single Product Page and change Page Layout to your needs.

    5. For some reason when I try to edit my own CSS-code. Nothing happens to my site. No matter where in wordpress I write it, visual composer, nomal customization, 8theme plugin..
    So what im I doing wrong here, why doesnt my CSS-code work?

    Try to add “!important” to your css code properties.

    Regards,
    Jack Richardson.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.