Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,

    You could try to use the CSS pseudo classes, like for example :

    .site-title::before{
    content:\"Custom Text\";
    color:#000;
    font-size: 20px;
    }
    .site-title::after{
    content:\"Custom Text\";
    color:#000;
    font-size: 20px;
    }

    Important: in this example double quotes are escaped with ‘\’ to use the code in the custom css section.

    This is possible in php but as there is not action or filter for this function, you will have to copy it in your child theme and modify the code to add content before or after.

    Hope this will help

    Thread Starter happykitty

    (@happykitty)

    Beautiful! Y’all are so helpful. Thank you!

    Theme Author presscustomizr

    (@nikeo)

    Hey you are welcome @happykitty!

    If you have appreciated the help a review of my theme would be an nice way to say thank you!

    Bests, and thanks for using Customizr.

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