Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1092924
    max38320
    Participant

    how to add the class entry-title on the h1 of the article page ?

    How to add an h1 on the blog page ? http://remerciementdeces.fr/blog

    Thank you

    #1093053
    Christopher
    Moderator

    Hi there,

    #1 Do you mean pages like http://remerciementdeces.fr/tarifs/ ?
    You’ve already added the class, see the attachment.

    #2 Please add following code in Customize -> Custom -> JavaScript :

    jQuery("<div class='wpb_raw_code wpb_content_element wpb_raw_html'><div class='wpb_wrapper'><div style='text-align: center;'><div class='trait title-left'><div class='t1 bb'></div><div class='t2 bb'></div><div class='t3 bb'></div></div><div class='title-princ'><h1 class='entry-title'>Blog</h1></div><div class='trait'><div class='t1 bb'></div><div class='t2 bb'></div><div class='t3 bb'></div></div></div></div></div>").insertBefore(".blog .x-container.max.width.main");

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1092924 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>