• The main idea for this site is to be some sort of landingpage for other companies that are part of the so called “Hekman Groep”.

    I was able to adjust it almost as much as I liked it, except for the color of the boxes (which contain the logo’s of other companies), the color of the text thats inside the boxes and I would like to be able to preview the content of the post itself when I hover over the box of the corresponding company.

    The background color of the boxes is my main issue, since I can only adjust it partly. I tried to add some CSS for different parts but when I use coding to make certain parts white (#ffffff), grey is the best I can get. As if there is some kind of filter active.

    I hope someone can help me with this.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @hekmangroep,

    Thank you for reaching out to us!
    You can remove that grey background by changing the opacity.
    To do this go to Appearance > Customize > Additional CSS and add the following code:

    .post-cover-wrapper {
        opacity: 1;
    }

    But you will then need to change the color of the text that’s under your images.
    Let me know if that is what you wanted!

    All the best,
    Mihaela

    Thread Starter hekmangroep

    (@hekmangroep)

    Thanks @mplusb !

    This is exactly what I meant. I really overlooked the .55 opacity on the wrapper. I do need to change the color of the text too, yes. But I can’t seem to find where to adjust that too. Also, before I changed the opacity of the wrapper there where some borders around the post. Is there any chance that I can adjust the color of these borders too?

    Again, thanks alot!

    Hello @hekmangroep,

    You can change the text’s color using this code:

    .entry-content h3 a {
        color: black;
    }

    Regarding the border, could you send me a screenshot with them to better understand which ones?

    Thank you,
    Mihaela

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Frontpage backgroundcolor of posts’ is closed to new replies.