• aljahmina

    (@aljahmina)


    Hi, thank you for an awesome theme. I’ve been trying to add content to the top of the menu blog page. How do I go about doing this?

    Thanks in advance for all the help.

Viewing 1 replies (of 1 total)
  • Hey there aljahmina,
    Hope you’re well! ??

    First, you need to create a Child_Themes, then
    1. Paste the following code in child themes style.css

    .blog-header-text {
    	background-color: #fff;
    	display: block;
    	padding: 40px 20px 0;
    	text-align: center;
    }

    2. Copy and Paste header.php in child theme directory and in this file add following code at line:32 just after <div class=”container”>

    <?php if (is_home()) { ?>
    	<a class="title blog-header-text"><?php _e("Enter Your Text here Enter Your Text here...",'foodeez-lite'); ?></a>
    <?php }	?>

    3. In child theme directory create folder includes and copy paste front-header-image-section.php in this folder from the parent directory.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add Content to Menu Blog Page’ is closed to new replies.