• Resolved ccarlow

    (@ccarlow)


    I like this child theme but I have 2 concerns.
    1. The info and photos of the portfolio and blog section of the home page is not visibly clear. There seems to be a graying effect over these sections. How can I remove this?
    2. I’m not sure how to create a child theme of a child theme in case I want to modify the parallaxis child theme and avoid loosing edits when updating this child theme. any tips?

    thx

Viewing 1 replies (of 1 total)
  • Hii ccarlow,

    For your 1st issue –
    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –

    .enigma_project_section {
        opacity: 1 !important;
    }
    .enigma_blog_area {
        opacity: 1 !important;
    }

    It is not possible to create child theme of a child theme.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘portfolio and blog section not visibly clear, why?’ is closed to new replies.