• Resolved haciendabarrera1100

    (@haciendabarrera1100)


    Hi,
    I’ve been trying to customize the bottom portion that reads “Latest from the blog” but can’t seem to find the way to modify it. can you direct me with the steps or where it could be so i can modify to my needs?
    thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Veda

    (@vedathemes)

    Hello,

    You can find this text in “inc/constructor.php” line no. 333 & 334.

    To remove this text, copy/paste following code in your child theme’s functions.php

    add_action(
    	'after_setup_theme',
    	function() {
    		bayleaf_remove_markup_for( 'blog_title', 'before_main_content' );
    	}
    );

    Hope it will solve the issue. Inform if you need any other help.

    Theme Author Veda

    (@vedathemes)

    If you are not using a child theme, I suggest to use Code Snippets to add custom PHP code (like above mentioned function).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page layout bottom part not visible on wordpress to modify or eliminate’ is closed to new replies.