Home Forums Free Themes Edufication Editing some stuff

Tagged: ,

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #188334
    fastforward
    Participant

    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 option

    That´s all for now, thanks a lot in advance

    #188354
    Psink
    Keymaster

    @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

    #188360
    fastforward
    Participant

    Hi PSINK, thanks for your fast reply.

    It is educationhelp.de. I would be glad if you could help me.

    #188370
    fastforward
    Participant

    Also another point: How can I modify the color of the menu-bar in the mobile version?

    #188378
    Psink
    Keymaster

    @FASTFORWARD,

    Here 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

    #188397
    fastforward
    Participant

    Hi 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.

    #188486
    fastforward
    Participant

    Hi Psink, any updates mate?

    #188491
    Psink
    Keymaster

    @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, 1 month ago by Psink.
    #188497
    fastforward
    Participant

    @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

    #188598
    Psink
    Keymaster

    Hello 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=a2e7557591d55804768ac2cbf2bfca87

    Regarding background of the menu in mobile – is it this
    https://www.awesomescreenshot.com/video/14958461?key=aceb2729edb70d38ca3363556e3f155e

    if 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

    #188599
    Psink
    Keymaster

    Can 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

    #188600
    fastforward
    Participant

    @PSINK it´s Erenaltun@gmx.de mate. Thank you I will try these in the upcoming days

    #189734
    fastforward
    Participant

    @PSINK

    could you please send me the new version of the theme again? Or tell me where to find it?

    Kind regards

    Eren

    #189735
    fastforward
    Participant

    @PSINK

    Mate, 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).

    #189742
    Psink
    Keymaster

    The 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-7qhxuPNGTY

    And here is the screen record
    https://www.awesomescreenshot.com/video/17397283?key=ebae2500897f771697a1479e11151503

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.