Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #341442

    Hi,

    I would like to modify the blog entry template and I don’t know what php file i have to edit.
    I want to add an element next to the title of my article (a 1px line, like the special-heading-border).

    Can you tell me where I can find the php file that directly change the blog entry template ?
    Thank you very much for your help !
    Regards

    #341926

    Hey Obeatone!

    Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style and go to your blog page and edit it just like you are editing a page using ALB :)

    Regards,
    Yigit

    #342149

    I’m sorry sorry you don’t understand me :)
    I want to change the article template, for exemple this kind of page : http://kriesi.at/themes/enfold/2014/04/28/cryptocurrencies-are-booming/
    I want to add automatically an element next to the title of my article (a 1px line, like the special-heading-border).
    I don’t want to add it every time i’m posting an article :)

    Thank you in advance for your answer !
    Regards

    #342760

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .entry-content-wrapper .post-title {
    background-image: url(https://equineandcaninenews.com/wp-content/uploads/black-line1.jpg);
    background-size: contain;
    }
    .single .entry-content-wrapper .post-title > a {
    background-color: white;
    }

    Cheers!
    Yigit

    #343320

    Thank you for the reply but it doesn’t work.
    Can you tell how I can change the template directly in the PHP file ?
    Thank you very much for your help !

    #343338

    Hey!

    Thank’s for coming back.

    You find the php files in the folder enfold/includes.

    Normaly it should be loop-index.php, but it might also be loop-portfolio-single.php.

    For more information about custom templates have a look at:

    http://codex.wordpress.org/Page_Templates

    Cheers!
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.