To menu – insert Name of the city

Posted in: Newspaper
Post count: 49

Good morning boys

I would like to know how I can enter the name of my city before the date?
how to insert an element in the top menu?

http://www.screencast.com/t/xbFbUZaaLM1K

Sorry, it’s because my site is an information site and it is very interesting to insert the city name, date and time altogether.

Thank you

Post count: 22421

Hi,

In order to add your city to the top menu you need to add this code:echo '<div class="city">Paris</div>'; in this file: http://screencast.com/t/QLxrD1aBbJ
The you can add this css in the theme panel -> custom css box:

.city{
display:inline;
margin-right:5px!important;
}

result: http://screencast.com/t/Gq6vS9XS
Thank you!

Post count: 49

Grand Bogdan!

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.