Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1093828

    The most noticeable part not working is the footer and socket. The colors are showing properly in the preview they give within the General Styling area but the actual website is not showing the correct colors. I will include login details in the private area so you can see what the colors should be and what they are.

    I am at a loss, I have cleared my browser cache and used a browser I wasn’t using before and I still see the wrong colors being used.

    Your help is greatly appreciated!

    #1094954

    It has been 3 days since I posted this, anybody have any ideas?

    Thanks.

    #1094992

    Hi,
    Sorry for the late reply, I took a look at your footer and found that some css in your child theme is setting the color of your footer from black to gray:

    #top #main .container_wrap {background-color: rgba(255,255,255,0.2);}

    Your footer text seems to be the correct color (#fff)
    So I believe it’s a conflict is css, are there any other areas with the wrong colors?

    Best regards,
    Mike

    #1094993

    I removed the css you mentioned and that worked for the footer. My question why did that affect the footer with the #top in the css? I thought that would only affect the header. Now that I removed it the footer is working properly but the header is not. How do I make that css work for the header and not the footer as well?

    Thank you.

    #1094995

    Hi,
    To target the top container_wrap only you could use this css:

    #top > #main > .container_wrap {background-color: rgba(255,255,255,0.2);}

    but that container already has the background image so I don’t think is’s going to help you. I assume you want to chage the color of the “header” but it’s already this color, so I’m not sure what you want to change?

    Best regards,
    Mike

    #1096717

    I am wanting the header color to be that color but transparent once you start scrolling.

    Right now the header color doesn’t show until you start to scroll. At that point I would like for it to be the same color it is but transparent some, like maybe .2 or .3.

    Any ideas?

    Thanks.

    #1096899

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top > #wrap_all > .header_color >.header_bg {background-color: rgba(255,255,255,0.2);}

    Best regards,
    Mike

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