Viewing 20 posts - 1 through 20 (of 25 total)
  • Author
    Posts
  • #135429
    vraba
    Participant

    Hallo there,
    can I change color in FREE version:
    Header black – to for example Grey?
    Hover color (right now red) – to Green?
    Promotional Button (red) – to Green?
    Footer (dark) – to Grey?
    Footer menu (black) – to different black?

    Im about to buy PRO – is it possible to change it there?

    I already somehow prepare webpage in FREE version. After getting PRO, how can I avoid to do it all over again. I would like to use the setup from FREE version. Thank you.

    #135488
    Skandha
    Participant

    @vraba: Yes you can change the color from both free and pro version of the theme but the difference is you can find the option in pro version whereas in free version you will need to add some additional css code. You can check out features available in free version of the themes and the additional-features available in the pro version.

    When you upgrade to pro all your customization will be copied to pro except the additional css code. You will need to copy that to the pro version manually. And if you have edited core theme files without creating a child theme even that will get lost.

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

    #135511
    vraba
    Participant

    Dear Skandha.
    Thank you.
    I have already worked with your free version. I made a lot of changes (main page, title etc). And now, once I install PRO version it will be a new theme. What can I do, to have all these changes in new PRO version? Create child theme right now?

    One more question. Right now, Im working on test version. Domain. something.something.cz – the final domain after everything is setup will be something.cz . Can I still work with pro version and then migrate to new domain?

    #135566
    vraba
    Participant

    I already bought PRO version. Any thoughts how to change:
    Slider – arrow right and left is still red, we would like to have it green.
    In header – button still red, want to have it green.

    I tried to change all colors in “Color settings” no difference here at all.

    Thank you. Ondrej

    #135570
    Skandha
    Participant

    @vraba: Please post in your site URL so that I can provide you the necessary CSS Code.

    Regards,
    Skandha

    #135580
    vraba
    Participant

    https://dvur.zahradnizabava.cz

    Please, once we changed the top menu background white – the search icon is hidden (it only appears, once you go over with mouse). Can you please check it as well? Icon – green would be perfect.

    #135591
    Skandha
    Participant

    @vraba: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To change color of slider arrow to green

    #feature-slider .cycle-next:hover, #feature-slider .cycle-prev:hover {
    	background:#27ae60;
    }

    To change color of search icon

    #search-toggle:hover {
        color:#27ae60;
    }
    #search-toggle {
        color:#000;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #135659
    vraba
    Participant

    Nice, Nice, Nice! Thank you. Ondrej

    #135673
    Skandha
    Participant

    @vraba: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    #135682
    vraba
    Participant

    Done 🙂

    #135686
    vraba
    Participant

    Two more question.

    Can we have in footer: line between last “post” and footer? Green and for example 5px width?
    And Underline main title in widget (also in footer and also green)
    Footer

    Footer 1
    Is it possible to somehow change the color of footer (the one, where you can put secondary meny. I can not find it in settings :/. We would like to have it in same color, like the one with Copyright.

    #135699
    Skandha
    Participant

    @vraba: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary .wrapper{
    	border-top:5px solid #27ae60;
    }
    .nav-footer {
    	background:#222222;
    }
    #supplementary .widget-title {
    	text-decoration:underline #27ae60;
    }

    Let me know if this does the trick!
    Regards,
    Skandha

    #135707
    vraba
    Participant

    The line works – but there is a space between final “post” and footer (can we avoid that space?) and the line is not full width – is it possible to have it from one side to another?

    The underline text, unfortunately does not work.

    The other color for footer works fine! Thanks.

    One more question. If you look at the site https://dvur.zahradnizabava.cz on a big screen. There is first post (under main menu) with STOA-Zahradni minigolf … full width. But the slider under this is not full width. Can we have the slider full width as well?
    Thanks.

    #135715
    Skandha
    Participant

    @vraba: To reduce between the widget and footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary {
        padding-bottom:0;
    }

    It is not possible to extend the line to full-width as the area of the widget only extend that much.
    Can you tell me dimension of the big screen where the slider is not displaying full-width?

    Regards,
    Skandha

    #135718
    vraba
    Participant

    About line – ok, no problem.
    Im using Apple Thunderbolt 27. Here you can see, that the slider is not full-width.

    Maybe a small white line between slider and above “post” would help. Now it looks “odd”.

    About underline text in footer widget – can you please help. It does not work.

    PS: should we use different forum, im already using PRO version. Thanks.

    #135723
    vraba
    Participant

    Aaaaa sorry, sorry.
    One question: how can I make some links in main menu to be opened in new window? I put there a link, but in WP Im not able to check “new window”. It is about “BLOG” and “E-SHOP”. Thanks.

    #135828
    vraba
    Participant

    Hi, thank you for your answer – see my two last comments.

    #135833
    Skandha
    Participant

    @vraba: Can you send me the screenshot of the page in Apple Thunderbolt 27?

    The option to open link in new tab for menu item is not available. For that you will have to create a child theme and customize you site.

    Regards,
    Skandha

    #137353
    vraba
    Participant

    Thank you again.

    About Slider – please see the picture.
    Slider

    #137389
    tikaram
    Participant

    @vraba : To enable main menu to be opened in new tab you will need to follow the following steps.
    1) In WordPress admin panel navigate to Appearance -> Menus.
    2) Click on Screen Options in the top right, select Link target which lies under Show advanced menu properties
    menu option
    3) Choose specific Menu Items which you want to be opened in a new tab and then press Open link in a new tab, when done press Save menu button:
    open in new tab

    To make slider full width add the following additional css.

    .slider-image img {
    	width: 100%;
    }

    Let me know if this resolves your issue or not.

    Regards,
    Tikaram

Viewing 20 posts - 1 through 20 (of 25 total)
  • The topic ‘Colors – how to change (FREE vs PRO)’ is closed to new replies.