Adding to #title-area

Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25736
    livingislands
    Participant

    Hi,

    I’d like to add to the css style #title-area

    I’d like specifically to add:
    background-blend-mode: multiply;

    This will allow me to add a grayscale picture for the title and have it blended in with the chosen background color, creating a nice consistent color theme without having to edit every single image (and not to have to redo the work if we change color scheme).

    I could add it to style.css, but I am wondering if there is another place to do it, that will survive future upgrades to the template 🙂

    Hope you can help.

    #25747
    Raghavendra
    Moderator

    You can add the same in Custom CSS tab of theme options or you can use a plugin like this one –

    https://wordpress.org/plugins/simple-custom-css/

    That should survive all updates to the theme.

    Or you could add this to your child theme style.css too, if you have a child theme configured in the site.

    #25750
    livingislands
    Participant

    simple-custom-css totally worked, I just added!

    /* Enter Your Custom CSS Here */
    #title-area {
    background-blend-mode: multiply;
    }

    THANKS!!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding to #title-area’ is closed to new replies.