• How do I edit my header style. I want to increase the text size in the header And insert an image.

    How do I locate text in footer source code. where it says proudly WordPress
    I want to edit it.

    how do I change how my links are arranged

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Silkalns

    (@silkalns)

    Header image / logo can be uploaded via WordPress dashboard – Appearance – Header.

    Some styling to header menu can be applied via WordPress dashboard – Appearance – Theme Options – Header. For more you will have to write your own CSS and add it to Theme Options – Other – Custom CSS or inside Child Theme style.css

    What do you mean by

    how do I change how my links are arranged

    ?

    If those in navigation menu then you can create a menu in Apperance – Menu

    Thread Starter BekBek20

    (@bekbek20)

    In the sidebar links. I used a widget pages. But it displays it not arrange the way I want t to be.
    So Please how do I arrange it.

    Theme Author Silkalns

    (@silkalns)

    It still doesn’t mean a thing.

    What widget do you use, what are those links, how you want them to be arranged etc.

    I also need your website URL to help you with that. If you are working with in locally then notify when it is online because otherwise no one will be able to help you. It is just guessing.

    Of course another option is to use proper WordPress terms to explain your situation but I see that bringing website online will be a much easier solution for you.

    Thread Starter BekBek20

    (@bekbek20)

    ok i will inform when it is online.

    thanks

    For The Header Here is A sample code, U can use it..

    <div id="logo">
    
    					<a href="<?php  echo home_url(); ?>"><img src="<?php if (empty($megamag_options['logo_img_url'])) { echo get_template_directory_uri() . "/images/default_logo.png";} else {echo $megamag_options['logo_img_url'];} ?>" alt="" /></a>
    
    				</div>

    Thread Starter BekBek20

    (@bekbek20)

    Thanks.
    But i need to know how to remove the proudly wordpress at the footer.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do i edit my header and footer’ is closed to new replies.