• Good afternoon, thank you very much in advance.
    My page is the NEXT: https://www.rucacons.com (TEMA: SYDNEY)

    I would like to replace the red background of the image gallery project with a image ( logo ) to 50 % opacity. you know if it is possible ?

    You know how I can do?

    Thank you!
    Best regards,

    EDGAR

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Edgar,

    maybe the best way is to build a child theme, load the parent CSS (“functions.php”) and in the CSS file of your child theme insert this code:

    .roll-project .project-item .project-pop {
        background-image: url('path/to/image.ext');
    }

    Does it help you?

    Thread Starter EDGAR_GR

    (@edgar_gr_90)

    I’m sure that is a good option, but is too dificult to me! ;p
    I can’t built a child theme.

    Thanks alot!:)

    Hey,

    just checked out the theme website, and there is already a child theme you can use.

    You just have to download the theme and
    * copy your image in the “sydney-child” folder
    * open “style.css”
    * copy this code into the file on the bottom and replace “filename.png” with your image filename

    .roll-project .project-item .project-pop {
        background: url('filename.png');
        background-size: cover;
    }

    * ZIP the folder and install it.
    * Activate child theme.

    Thread Starter EDGAR_GR

    (@edgar_gr_90)

    in that case, i only can use one image no? If i want to put diferent images. is posible?
    thanks!

    Yes.
    In that case it’s more code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Backround project red to image’ is closed to new replies.