Skip to main content
Topic: Theme editing (Read 1491 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Theme editing

Hello fellow community members.
There are certain things i want to do;
1. How do i make all my latest posts to appear on the homepage or front page
2. Also how do make the menu of the mobile site look like the as the desktop site, in other words, i want to get rid of the icons in the mobile site with words.
3. Also how do i add a logo to the mobile site
niibontey2

Re: Theme editing

Reply #1

Hi @niibontey2 and sorry for the very late reply... I remember you message, I read Monday morning before going to work but didn't answer. Sorry again.

Quote from: niibontey2 – 1. How do i make all my latest posts to appear on the homepage or front page
Assuming you are using 1.1, you can do that from:
 admin > configuration > features and options > layout
and selecting the appropriate option from:
QuoteSelect the action to show on the front page
That would be "Recent posts" and then you can set how many posts you want to show.

Quote from: niibontey2 – 2. Also how do make the menu of the mobile site look like the as the desktop site, in other words, i want to get rid of the icons in the mobile site with words.
This has been asked recently, I don't have it handy right now, if you try searching you should find it, if not feel free to ask again here and I'll search for it. :)

Quote from: niibontey2 – 3. Also how do i add a logo to the mobile site
You can use a custom.css (this is explained in few places, a search should provide easily the instructions) and add something like:
Code: [Select]
@media screen and (max-width:33.750em) {
    #logobox {
        display: block !important
    }
}
Bugs creator.
Features destroyer.
Template killer.