squishee
asked 11 years ago

hello, i would like to see title before the content on my website.
But also in the sidebar like actually.
Because, on mobile-phones or i-pads, the Title is not visible if you don’t open the menu.
Is it possible ?
sorry for my bad english.
Thanks.

4 Answers
DominicStaff
answered 11 years ago

Please send me a screenshot or your site for further checking.

Regards,
Dominic

squishee
answered 11 years ago

Here, a screenshot of my site, i would like to have a site title before content (Articles and right sidebar)

 

And it it possible to have this title in the top-bar when the look is like this :

 

Thanks 🙂

 

 

 

DominicStaff
answered 11 years ago

Is this what you want to do with the title on the theme:
see the screenshot: http://imgur.com/aDSAk3Q

And you want that to happen on the homepage or single page.

Hope this helps !
Regards,
Dominic

Amar Jha
replied 11 years ago

Same problem, the left sidebar menu or social icons aren’t visible, if there’s any way one can change black color or the menu appears by default in small screens also

DominicStaff
answered 10 years ago

@Amar !
To change background color the left sidebar on the theme Minion. you can log in to Dashboard > Appearance > Editors > open the style.css file add the following code.




.action.search label {
    background-color: #...;
}

body {
    background-color: #...;
}

.site-actions i {
    background: #...;
}

You can choose the color here: http://www.w3schools.com/html/html_colornames.asp

Powered by DW Question & Answer Pro