Page title background image not showing

Home Forums Legacy Support Support queries Setup issues Page title background image not showing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #139681
    tsungyu
    Participant
    Dear sir All Pages and courses title background image not showing, could you help check it for me? Text Color should be white... And how to change Page and Course title background image?
    #139682
    tsungyu
    Participant
    This reply has been marked as private.
    #139766
    Diana
    Participant
    @tsungyu, Add the below css in appearance > customize > custom css To display image on all courses page :  .course.directory section#title { background:url("http://midwifecafe.com/wp-content/uploads/2016/10/girl-drinking-coffee2.jpg") !important; background-size:cover !important; background-repeat:no-repeat !important; background-attachment: fixed !important; } To display the image on single course page : .modern.single-course.c2 .course_header, .modern.single-course.c2 #title { background:url("http://midwifecafe.com/wp-content/uploads/2016/10/girl-drinking-coffee2.jpg") !important; background-size:cover !important; } You can change the url in the css to display another image.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Page title background image not showing’ is closed to new replies.