• Hi,

    I’m using Byblos theme and when I activeted it the first site had cross-hatch pattern on photos. But after removing those photos and adding my own I can’t see those cross-hatch pattern anymore.I was searching in forum to find a solution and I found only that people were asking how to remove those patterns, not how to add them.

    Can someone help me with that problem please?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this code to style.css in your theme

    .cameraCont, .cameraContents {
    background: none;
    }

    I had tried doing it manually and it didn’t work…
    So then I learned that the easiest way is to do this, is to install

    Simple Custom CSS just as you would any other WP Plugin:

    Download Simple Custom CSS from www.ads-software.com.
    https://www.ads-software.com/plugins/simple-custom-css

    Unzip the .zip file.

    Upload the Plugin folder (simple-custom-css/) to the wp-content/plugins folder.

    Go to Plugins Admin Panel and find the newly uploaded Plugin, “Simple Custom CSS” in the list.

    Click Activate Plugin to activate it.

    Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu.

    Then just copy and paste this code in:

    .cameraCont, .cameraContents {
    background: none;
    }

    Removing everything there by default
    /* whatever the existing test says */

    It does all the “placement” work for you… and it worked for me so it should work for you!

    Hello,

    I have a question about the slider of this theme. I put some photo, but i can’t set them to full size, and all 3 photos from homepage are ‘cut’. Can anyone help me with some code?

    This is the link to my website https://www.papetariedirect.ro/

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add cross-hatch pattern on photos?’ is closed to new replies.