badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove page text under the main menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13115
    Stefan
    Participant

    Hello i’m not sure is this posted allready, and i apologies if it is.
    Great theme, i’m using it to make site for translator, and i have a little costumization question.
    I want to remove the page text(the name of the page under the menu) that appears when you go in to specific page – i mean this text exactly –>
    http://tinypic.com/r/5kmt5i/8
    http://tinypic.com/r/nn8747/8

    I remember i changed the size from one of the theme files (apperance–>editor) but i don’t remember wich one exactly cause it was months ago. So pls, can you point me the exact file to be edited, end the code in the file, or if i can do the change with custom css to give me the exact code to add. Thx in advance. Regards

    this is the site http://karaivanova.com/

    #13137

    Hi Stefan,

    You just go to the theme folder -> library -> structure -> content-extension.php
    Remove this content from this page.

    	<header class="entry-header">
        			<h1 class="entry-title">
        				<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute();?>"><?php the_title(); ?></a>
        			</h1><!-- .entry-title -->
      			</header>

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Hope this may help you
    Thank you!

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