• Resolved aktolun

    (@aktolun)


    Hi,

    I’m using the MesoColumn theme which supports custom css.

    I would like to remove the “No categories” text and align baslik.jpg to the center.

    Also, change the “Home” link to a custom name.

    Website url is: http://www.aktolun.com

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    try create an empty menu and assign it to ‘primary’ menu in wp-admin->apperance->menus
    or use custom css and add this
    #main-navigation { display:none; }

    @banner
    add this to custom css

    #siteinfo {width: 100%;text-align: center;}
    #siteinfo img {float:none;}

    @home link
    don’t know, use the custom menu with custom label maybe…

Viewing 1 replies (of 1 total)
  • The topic ‘Delete "No categories" text, align banner to the center and change link (2 post’ is closed to new replies.