Vincidesigns
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Icon/Images for each widget categoryConnie Green is right!
Forum: Themes and Templates
In reply to: Center the pages in my navigation barI’m very glad that it worked ??
Forum: Themes and Templates
In reply to: Center the pages in my navigation barWell, that solves the problem on desktop but you website should look great on all devices. Would you please try margin-left: 10%; instead padding-left: 150px;
Forum: Themes and Templates
In reply to: Center the pages in my navigation barAre you sure you targeted the right element?
<ul id=”main-menu” class=”nav navbar-nav”>
I believe if you apply the necessary padding-left to that element, that should do the job without a problem.
I hope we are actually talking about the same thing.
Forum: Themes and Templates
In reply to: Center the pages in my navigation barHey,
I think the easiest way is to apply some padding-left to main menu, try this:
.navbar-nav {
float: left;
margin-top: 0;
margin-bottom: 0;
padding-left: 105px;Very clean and beautiful website by the way!
Plz let us know if that works.
Forum: Themes and Templates
In reply to: CSS for slider background color?Glad i could help! ??
Forum: Themes and Templates
In reply to: CSS for slider background color?hi there,
that would be easily solved once you remove the background image.
camera_wrap {
background: none;Hope that helps!
Forum: Themes and Templates
In reply to: [Theme: SuevaFree] changing fonts in child themeYour issue had already been discussed, check this thread out:
https://www.ads-software.com/support/topic/child-css-not-overriding-parent-stylesheets?replies=21
Hope that will solve it for you. Good luck
Forum: Themes and Templates
In reply to: [Theme: SuevaFree] changing fonts in child themeHi there,
I believe that changing the font family in your Child theme’s custom CSS would do the trick.. but the other way to change your google fonts is by using the following plugin: https://www.ads-software.com/plugins/wp-google-fonts/
This plugin will make it easier for you to change and add google fonts.
Hope that helps
Forum: Themes and Templates
In reply to: [Sparkling] Change menu bar colorWell, maybe you are working on the theme locally, so in case, i would strongly suggest to create a Child theme first, check this link to learn more about Chile themes: https://codex.www.ads-software.com/Child_Themes
After doing so, you will just have to change the color value of the menu bar:
.navbar.navbar-default {
background-color: #363636; ** to be changed **
font-family: ‘Open Sans’,serif;
font-weight: 500;
margin-bottom: 0;Hope that helps,
take care
Forum: Themes and Templates
In reply to: [Sparkling] Change menu bar colorHey there,
would you please provide a link to your website.. that would make it easier to help you.Forum: Themes and Templates
In reply to: [Customizr] Remove the white margin of the footerI would really love to help you with that, but i really can’t see a problem with the footer. I tested it in all browsers, but they all look the same, flawless.
By the way, the Navigation bar looks awesome now ??
Forum: Themes and Templates
In reply to: [Customizr] Remove the white margin of the footerHey,
I had a look at your beautiful website but couldn’t spot any white margin after the footer. But apart from that, i have noticed something that could be tweaked a little; I’m talking about the main nav. menu items which would look better (in my opinion) if they are centered relative to their container, try adding a padding-top of 12px to following element:
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
padding-top: 12px;Forum: Themes and Templates
In reply to: [Corpo] Move logo above headerhi there,
Please provide a link to your website.Forum: Themes and Templates
In reply to: Strange problem with child theme of twentytwelveI can’t see a problem either.The font don’t change sizes as the site reloads.
Everything looks the same in all browser Sorry!