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.
Please send me a screenshot or your site for further checking.
Regards,
Dominic
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
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
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
@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
Please login or Register to submit your answer