portfolio background color

i would like to increase the contrast in my portfolio (hover effect). How can I make the dark background even darker or make the title text differently colored?

can everyone help me???

http://physiotherapie-wuehrer.de/ “Unser Behandlungsangebot” i nedd more contrast - darker or unicolored background…

Hello there,

I hope you are doing well today.

You can use the following CSS code to make the changes by going to Appearance > Customize > Additional CSS and pasting it there.

/*Post title color*/
.post-content .entry-content .post-title a {
    color: #000;
}

/*Hover opacity*/
.inner-title:hover {
    opacity: 2;
}

Best Regards,
Support

hi, thanks…

I have made the change. something adapted. it is now possible to get the font visible - with yellow for example

Hello!

Please add the following code in Additional CSS to change the color of the text in your portfolio section:

.projects .inner-title .title h5 {
    color: yellow;
}

Hope this helps! Please let me know how it goes!

Best wishes,
Mihaela

thanks…

can i increase the font size? or bolt?

It is possible to omit the headline for mobile phones

Hi,

Please use this to increase the font size and make it bold:

  .projects .inner-title .title h5 {
    font-size: 30px;
    font-weight: bold;
} 

Can you please tell me which headline are you referring to? Unser Behandlungsangebot? Or the ones on the portfolio items?

All the best,
Mihaela

Hi,

How can I change the background color of my portfolio widget from black to white ?
my website if

By the way, how can I center the Awesome Logos widget ?
Thank you

Hello @zarg404,

Did you remove the portfolio? Because, I looked at your page but i do not see the portfolio, so I cannot test a solution there.

Best Regards,
Support