Luvina
Luvina is a 4 columns HTML5/CSS3 Responsive WordPress theme by MagPress. Luvina uses light pinkish and white color as its main color theme making it suitable to use on any niches related to Romance, Fashion, etc. This theme has built-in features such as featured slider, custom header image, custom menus, tabber and many more. Theme options available within Luvina to enable users to easily setup their blog within minutes.
Do check out it demo to see how it works and you may also browse around our Responsive WordPress themes category for more themes.
Tags: 4 Columns, CSS3, Fluid Width, HTML5, Left Sidebar, Pink, Responsive, Right Sidebar, Tabber, White
Dear ,
your Luvina WP theme looks interesting , but is it mobile friendly ?
Or do you have anything that would be and looks a bit like Luvina ?
Thanks !
Hai. Yes, it’s Responsive and mobile friendly. Thanks.
hi,
how to have logo image instead text logo?
Thanks
Roberto
You can insert your own logo image url via theme options page. To show only logo and not the site title and description, replace below css inside style.css:
[css]
#site-title {display:none;}
#site-description {display:none;}
[/css]
Try it out and let us know if you need more help.
hello! thanks for your beautiful theme.
I need to make 3 questions:
how can i hide “autor” – “date” – “comment”
under the post title?
How can i change or delete icons before title in the right sidebar?
How can i have title post/page in the center and not on the left?
Thanks a lot,
Roberto
@hide meta
add this to theme option->custom css
.post-info {display:none;}
@hide icon
add this to theme option->custom css
h3 i { display:none; }
@centered title
add this to custom css
.post-title { text-align:center !important; }
hi,
with this custom css the icon before the name of the widget in the right sidebar still exist.
how about h3 i { display:none !important; }
excuse me:
is it possible to change/invert position about “sidebar right”?
i mean:
left and right column (up)
and main area (down)
Thanks!
Sure, it can be done. Open sidebar.php, look for below code:
[css]
<div id="sidebar-main" class="clearfix">
///// SOME CODES WITHIN /////
</div><!– SIDEBAR MAIN END –>
[/css]
Cut & paste it right above
[css]</div><!– SIDEBAR END –>[/css]
How can I change the icon of the titles of the left sidebar from a heart to a headphone?
I have problems with slide because the images dont resize to adjust to the size of the box Haw can i resize automaticaly the size of the images ?