- This topic has 24 replies, 3 voices, and was last updated 6 years, 7 months ago by vraba.
-
AuthorPosts
-
March 29, 2018 at 12:14 pm #135429vrabaParticipant
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.
March 30, 2018 at 3:34 am #135488SkandhaParticipant@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,
SkandhaMarch 30, 2018 at 6:46 am #135511vrabaParticipantDear 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?
March 31, 2018 at 9:29 am #135566vrabaParticipantI 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
March 31, 2018 at 11:13 am #135570SkandhaParticipant@vraba: Please post in your site URL so that I can provide you the necessary CSS Code.
Regards,
SkandhaMarch 31, 2018 at 5:19 pm #135580vrabaParticipanthttps://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.
April 1, 2018 at 9:01 am #135591SkandhaParticipant@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,
SkandhaApril 2, 2018 at 8:36 am #135659vrabaParticipantNice, Nice, Nice! Thank you. Ondrej
April 2, 2018 at 11:53 am #135673SkandhaParticipant@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,
SkandhaApril 2, 2018 at 2:56 pm #135682vrabaParticipantDone 🙂
April 2, 2018 at 3:13 pm #135686vrabaParticipantTwo 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)
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.April 3, 2018 at 1:11 am #135699SkandhaParticipant@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,
SkandhaApril 3, 2018 at 3:56 am #135707vrabaParticipantThe 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.April 3, 2018 at 5:08 am #135715SkandhaParticipant@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,
SkandhaApril 3, 2018 at 6:01 am #135718vrabaParticipantAbout 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.
April 3, 2018 at 6:14 am #135723vrabaParticipantAaaaa 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.April 5, 2018 at 3:44 am #135828vrabaParticipantHi, thank you for your answer – see my two last comments.
April 5, 2018 at 5:11 am #135833SkandhaParticipant@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,
SkandhaApril 5, 2018 at 7:36 am #137353vrabaParticipantThank you again.
About Slider – please see the picture.
April 6, 2018 at 5:34 am #137389tikaramParticipant@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
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:
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 -
AuthorPosts
- The topic ‘Colors – how to change (FREE vs PRO)’ is closed to new replies.