Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #947178

    Hi there,

    Something went wrong :-(

    All of my colors changed when I adjusted 1 in the theme settings…

    I turned the white #ffffff into offwhite #fffef8 in the themesettings and now everything is green. Can you help me please?

    Maaike

    #947191

    Now some of the colors are back, but not all. It still doesn’t look good.

    It looks like something is wrong with the css?

    #947226

    Hi,
    I see in your Enfold Theme Options > Website Styling > Main Content > Alternate Content the color is set to green, is this correct?
    2018-04-26_061058
    As we didn’t see your site before, can you please explain which color is not correct?

    Best regards,
    Mike

    #948656

    Hi Mike,

    The green in the background was the most dark green we used, but I haven’t inserted it in the area you have put in the screenshot. Feels like ghosts have been in my enfold-styling-dashboard ;-(

    The background color is now correct. But the issue I haven’t been able to fix is the title bar.

    I have walked through all the styling options, but can’t see why the title bar is now white with dark text, when it is supposed to be green with white text :-(

    Can you help me?

    Maaike

    #948673

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .title_container,.title_container a {
        color: #fff!important; 
        background-color: #7eb5ad!important; 
    }

    One possibility to the “ghost” is, do you use the scroll wheel on your mouse while in the theme options? Some mouse settings are set to “hover takes focus” and the mouse wheel can make changes. Maybe it’s not what happened, but it’s something to keep an eye on.

    Best regards,
    Mike

    #948693

    Great. Only the small black border below needs to go now.

    I just discover also buttons should be colored, but are gray :-(. They are set correctly in the styling tab I think 🤔

    And I don’t use a mouse, just my laptop touchpad.

    Let me go and have a meal first. Maybe I can solve it with fresh energy later on.

    Maaike

    #948702

    And the links in the blog overview and in the sidebar are default (ugly) blue :-(

    #948705

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .container_wrap {
        border-top-style: none !important; 
    }
    .slide-entry a {
    color: #000 !important; 
    }

    Please adjust the color to suit.

    Best regards,
    Mike

    #948745

    Thanks Mike.

    Hope to have time tomorrow to look into the other things (buttons and links).

    I still don’t get how they can all of a sudden be of different color then indicated in the styling tab…

    Weird.

    #948959

    Hi,
    Thank you.

    Best regards,
    Mike

    #949531

    Hi Mike,

    I am sorry, but I do need your help here.

    The color of the buttons is not correct.
    The color of the links in de sidebar of the blog are not correct as well. As well as the border next to the sidebar.

    The colors we need are indicated in the styling section but don’t appear on the front end.

    In the private content a video from the website form last week. I took it just before this ghost-thing happened. I hope you can see how the colors where.

    It would be nice if we could have launched this website last thursday. This is the last problem we need to fix. Hopefully we can, with your help, launch this week?

    #949541

    Hi,
    Thanks for the video, sorry I don’t speak German, but I believe for the button:

    .avia-button {
        color: #fff!important; 
        background-color: #ef7b6f!important; 
    }

    and for the links:

    .slide-entry a,.inner_sidebar a,.post-meta-infos a,.logged-in-as a {
    color: #ef7b6f !important; 
    }

    I made these changes for you, Please clear your browser cache and check.
    Let us know if we need to make more changes, or if I misunderstood.

    Best regards,
    Mike

    #949721

    Thanks for your effort Mike!

    Links work perfectly :-)

    The button color too for most of the buttons, but has now overruled the manual color of the buttons I made for ‘leven’, ‘loopbaan’ and ‘leiderschap’. They should have their own color (see screenshot in dropbox below)

    Do you have any clue what has happened to the enfold-settings (and how we can restore it)?

    #949769

    Hi,
    Please try:

    #top.page-id-211 .avia-builder-el-7 .avia-button,#top.page-id-24 .avia-builder-el-8 .avia-button,#top.page-id-27 .avia-builder-el-9 .avia-button { 
       background-color: #7daa5b!important; 
        border-color: #7daa5b;
        color: #ffffff;
    }
    #top.page-id-211 .avia-builder-el-9 .avia-button,#top.page-id-24 .avia-builder-el-10 .avia-button,#top.page-id-27 .avia-builder-el-11 .avia-button {
        background-color: #007565!important; 
        border-color: #007565;
        color: #ffffff;
    }
    #top.page-id-211 .avia-builder-el-11 .avia-button,#top.page-id-24 .avia-builder-el-12 .avia-button,#top.page-id-27 .avia-builder-el-13 .avia-button {
        background-color: #c53627!important; 
        border-color: #c53627;
        color: #ffffff;
    }
    

    Sorry I’m not sure what happened, but I was under the impression that you were late and only needed a few fixes to catch up, so it seemed to be the best course of action.

    Best regards,
    Mike

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