• I am searching high and low in the admin setting, trying to amend the header section, whereby I had added info about my blog on the top right hand corner of the blog.

    I am able to amend the main header title ( on the top left hand corner) , however i cant find where to amend those wordings on the top right hand corner.

    Please help.

    https://www.eunicechen.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Because your theme is a paid one, I can’t see the code to be sure, but since the text is in a div with an id of topcaption, I suspect that it is a theme option by that name, ie Top Caption.

    Thread Starter shanatina

    (@shanatina)

    hi there, yes i found the “topcaption” in the editor page, as shown below. But, how do i go about changing the text? I tried removing the text – ‘This top caption area is ideal for helping you provide the user with extra information or perhaps adding a description to each page’, but it doesnt change anything.

    <div id=”topcaption”>
    <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Top’)) : ?>
    This top caption area is ideal for helping you provide the user with extra information or perhaps adding a description to each page.
    <?php endif; ?></div>
    </div>

    The area is in a sidebar for your theme.

    Go to Admin->Appearance->Widgets. Locate the ‘Top’ sidebar in the right column. Remove any widgets that are there. Put in a Text widget and put in any text you want displayed.

    Thread Starter shanatina

    (@shanatina)

    THANK YOU SO MUCH!

    I got it sorted out now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Blog header – Info about the blog’ is closed to new replies.