Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #1266753

    Hi,
    Thanks for the feedback, but your screenshot is leading to a 404, please check the link.
    Also, the login token seems to have expired.

    Best regards,
    Mike

    #1266805

    Screenshot-2020-12-11-at-01-28-55
    here the screenshot
    as you see, theme color doesnt respect css neither the general styling

    I reactivates the same previous temp log in

    Cheers guys

    #1266900

    Hi,
    Thank you for the feedback, I re-read your first post where you said that:

    When I set up the Child theme, is it impossible to have my general styling and quick css “running”
    It seems like that the child overrides those settings.

    The child theme will override parent theme settings, child themes are designed to do this.
    For example, I tested your child theme and found it to look very similar to the parent theme, the only difference I saw was the header was a light blue due to this css in your child theme stylesheet:

    #header_main {
        background: aliceblue !important;
    }

    but the page title bar was white and not the dark color of your screenshot.
    So since this css is in your child theme it is correct for it to display, I see this is the only css in your child theme stylesheet, was this a test?
    Please see the screenshot in Private Content area.
    I compared your child theme quick css to the parent theme quick css and see they are a little different, typically when the parent theme settings are imported the quick css is also imported, did you try this?

    Best regards,
    Mike

    #1267398

    Yes now everything seems quite fine.
    I updated the quick css.
    So, in order to change the light blue, I cannot do from general stilying but i need it to change the main css?

    Thanks

    #1267489

    Hi,
    Glad to hear that this is sorting out. You could change the light blue color in your general styling, if you remove the child theme custom css:

    #header_main {
        background: aliceblue !important;
    }

    because the child theme stylesheet is designed to override the theme settings. Or you could just change the color in this css.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1267619

    Yes all good, close it!
    And thanks!

    #1267769

    Hi phoenixdivers-kohlanta,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 31 through 37 (of 37 total)
  • The topic ‘CHILD THEME does not support my General Styling’ is closed to new replies.