Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #290028
    alexa_cz
    Participant

    Good morning,

    just three questions.
    1) is it possible to change the menu color for this template (now it is blue)?
    2) change yellow (everywhere) to light blue?
    3) remove the search symbol from the menu?

    Thank you Alexa

    #290031
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the color of the menu */
    .header-style-horizontal-one #site-primary-header-menu {
        background-color: #f23456 !important;
    }
    
    /* To remove search from the primary menu */
    #primary-search-wrapper {
        display: none !important;
    }

    You can change the color according to your choice.

    More Color Options are available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the pro version of the theme.

    Kind Regards,
    Skandha

    #290040
    alexa_cz
    Participant

    Thanks, I’m considering switching to the paid version, I just want to see what it will look like. The two adjustments are according to my ideas. Is it possible to change the yellow color in the paid version, or is it just via CSS?

    Alex

    #290042
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    It is possible to change the yellow color with the available color option in the pro version. It is also possible to change the yellow color via CSS but is tedious as lots of CSS Code need to be altered.

    I suggest to purchase the pro theme and give it a try. If you are not fully satisfied we offer a 30-day return policy. You are subjected to a full refund within 30 days of your purchase. For more information please read our terms and condition.

    Kind Regards,
    Skandha

    #290044
    alexa_cz
    Participant

    Ok I understand. I’ll buy the paid version and hopefully find the story.

    Alex.

    #290045
    alexa_cz
    Participant

    I’m sorry, but I don’t see Chique Construction anywhere. So do I have to buy Chique Pro?

    Alex

    #290048
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    Yes, the pro version of Chique Construction is Chique Pro.

    Kind Regards,
    Skandha

    #290391
    alexa_cz
    Participant

    Good morning,

    I need help. I bought a Chique Pro license. Following this procedure, I entered the license number:

    …..How to activate license key?
    First, you need to get your license key. There are 2 places where you can find your license key
    Purchase Receipt: Once you purchase the theme, you will receive the Purchase Receipt on your email which should contain the license key
    My Account page: Once you are on the My Account page page, click on “View Details and Downloads”
    Note: Please don’t use Product Key as License key
    After you find the license key, login to your site WordPress admin panel
    Go to “Appearance => About Theme” and click on “License Tab”
    Add License key under “License Key” section
    Click on “Save Changes” and finally click on “Activate License” buttons

    I activate the Chique Cosntruction template, go into editing and still see the word Upgrade Now. What do I have?

    Alexa

    #290393
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    Can you make sure if you have activate Chique Pro on your site.

    Go to => Dashboard => Appearance => Themes => Search for Chique Pro and then activate it.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290401
    alexa_cz
    Participant

    Yes, this is fine. When I activate the Chique Pro template, it’s all about ok – look at the picture. But when I activate the Chique Construction template, it doesn’t.

    pro

    constuction

    Alexa

    #290452
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    Yes, that it the way it is. Since you have now upgraded to Chique Pro you can continue making changes to your website with the additional-features available in the pro theme.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    #290453
    alexa_cz
    Participant

    Sorry, but I don’t understand. When I activate Chique pro, I can edit it, when I activate chique construction, I can’t edit construction. He can’t look into my WP administration, I’m probably stupid, but I can’t.

    #290457
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    #291358
    alexa_cz
    Participant

    I have two questions.

    1 – I have several pictures on the site, but each one is displayed differently wide. How to make the width the same?

    2 – how to expand the width of the text on all pages?

    Thank you and have a nice day.

    #291371
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    Can you please clarify which images you are referring to?

    To have full width pages.
    Go to => Appearance => Customize => Theme Options => Layout Options => Default Layout =>
    Select No Sidebar: Full Width and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #291372
    alexa_cz
    Participant

    Hello,
    To have full width pages.
    Go to => Appearance => Customize => Theme Options => Layout Options => Default Layout => Select No Sidebar: Full Width and Publish…..Yes, I have this set, but even so it seems to me that the text could be even wider (there is too much free space on the left and right side) – But maybe it can’t be otherwise.

    At home, I have a full-width image that is xxxx inches tall. The other side has the same picture, but it’s lower and I know why. The height of the image is different only on the HOME page.

    Alexa

    #291425
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    To have the images on other pages have the same height as that of the homepage header image.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-header {
        padding: 255px 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #291428
    alexa_cz
    Participant

    Okay, that’s fine. My pictures are lower at 175px, but I want the one at HOME to be 175px high and I can’t.?

    Otherwise, the template is great.

    Alexa

    #291430
    Skandha
    Participant

    @alexa_cz: Hello Alexa,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header {
    	padding-top: 300px !important;
    	padding-bottom: 300px !important;
    }

    You can change the padding according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Chique Construction – color change’ is closed to new replies.