Home › Forums › Free Themes › Edufication › Editing some stuff
- This topic has 15 replies, 2 voices, and was last updated 1 year, 4 months ago by fastforward.
-
AuthorPosts
-
February 8, 2023 at 10:00 pm #188334fastforwardParticipant
Hello all together, I´d like to change following points:
1. Change the yellow color scheme to a darker yellow tone
2. I would like to keep the top bar, but only to display the e-mail and phone number – without the new label / content type
3. How can I modify the individual banners on the home page?
Like change the borders of the text, The colors of the banners in the button etc?
Because in Elementor it doesn´t give me an optionThat´s all for now, thanks a lot in advance
February 8, 2023 at 10:23 pm #188354PsinkKeymaster@FASTFORWARD, Seems all the changes can be done with the CSS. There is an option called “Additional CSS” in the theme customizer where we can add the CSS code to modify the design.
If you have knowledge of CSS, you can try by adding CSS code in additional or we can help you with that you can share your site url
February 9, 2023 at 4:01 am #188360fastforwardParticipantHi PSINK, thanks for your fast reply.
It is educationhelp.de. I would be glad if you could help me.
February 9, 2023 at 9:27 am #188370fastforwardParticipantAlso another point: How can I modify the color of the menu-bar in the mobile version?
February 9, 2023 at 10:45 pm #188378PsinkKeymasterHere is the CSS code, Add this in Additional CSS. And for Color, we will be adding the color picker For the Color Scheme so that you will be able to choose any color
And we will release the update in a couple of days, after the release, update the theme, and then you will be able to change the color scheme
Regarding your second query add this CSS to only show email and number
#top-header .latest-news{
visibility: none;
}Regarding the third query is it the first section on the homepage that you want to apply changes to?
Regarding the menu bar, here is the CSS
svg.icon-close, svg.icon-menu {
fill: #f5a028;
}you can change the color code #f5a028 as per your requirement
February 12, 2023 at 10:25 pm #188397fastforwardParticipantHi Mate,
firstly thank you very much. I´m awaiting the new version to edit the color scheme.
Will I also be able to change the color which appears on the site I´m on at the moment (in the top bar)?Unfortunately this css code doesn´t hide out the latest news.
#top-header .latest-news{
visibility: none;
}I´ve tried with display: none but in that case the contact details slide to the left, doesn´t look good.
Also unfortunately the menu browser (accessesing the website by phone) doesn´t change it´s color with
svg.icon-close, svg.icon-menu {
fill: #e0c816;
}It remains blue.
February 15, 2023 at 12:35 pm #188486fastforwardParticipantHi Psink, any updates mate?
February 15, 2023 at 11:08 pm #188491PsinkKeymaster@FASTFORWARD, really sorry for the late reply.
Regarding the latest news in the header actually, there has been a little mistake in the code that I have given before it should be “visibility: hidden” but I have given you “visibility: none”
#top-header .latest-news{
visibility: hidden;
}regarding the menu browser is it the menu background or is something else that you want to change the color
And don’t worry We will be releasing the new update soon may be in the mid of the next week
Also once again sorry for keeping you await
- This reply was modified 1 year, 9 months ago by Psink.
February 16, 2023 at 3:50 am #188497fastforwardParticipant@PSINK Don´t worry mate all good.
Thanks for the changed CSS it worked now!
My other problem regards the Menu-Bar on the mobile Version. If I access through my phones browser and open the menu I see the dark-blue background. Would like to change that color. Also as I said on the Top-Banner (the contact details) it is super bright yellow. But you said with the new update it will be possible to change right?
thanks a lot – have a nice day
February 20, 2023 at 5:29 am #188598PsinkKeymasterHello Mate
We have added custom color options to the theme. By selecting custom on color scheme you will get two option primary color scheme and secondary color scheme
Please check this screen for better understanding
https://www.awesomescreenshot.com/video/14958621?key=a2e7557591d55804768ac2cbf2bfca87Regarding background of the menu in mobile – is it this
https://www.awesomescreenshot.com/video/14958461?key=aceb2729edb70d38ca3363556e3f155eif that’s the one you can add the CSS to Additional CSS and change the color value
.menu-open.main-navigation form.search-form input,
.menu-open.main-navigation ul.nav-menu {
background-color: #333;
}Regards
February 20, 2023 at 5:33 am #188599PsinkKeymasterCan you provide me your email address? I will provide you a beta version of the theme so that you will able to test on your site
February 20, 2023 at 5:51 am #188600fastforwardParticipant@PSINK it´s Erenaltun@gmx.de mate. Thank you I will try these in the upcoming days
May 14, 2023 at 6:27 am #189734fastforwardParticipantcould you please send me the new version of the theme again? Or tell me where to find it?
Kind regards
Eren
May 14, 2023 at 6:32 am #189735fastforwardParticipantMate, also I´d appreciate informations on how to update to the new version. Because other themes can be updates directly on wordpress (through the update available button).
May 15, 2023 at 12:25 am #189742PsinkKeymasterThe update process is the same as other themes. Once we release the update button will show on the dashboard.
Here is the link for the theme – the link is valid only for 3 days
https://we.tl/t-7qhxuPNGTYAnd here is the screen record
https://www.awesomescreenshot.com/video/17397283?key=ebae2500897f771697a1479e11151503 -
AuthorPosts
- You must be logged in to reply to this topic.