Kacomp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] reduce font size on recent posts sidebar widgetsHi
Try this CSS for your widget headers.widget h3:before {
font-size: 1em !important;
}And for text inside your widget
.widget li {
font-size: 10px;
}See if that helps. Best of luck.
Karen.Forum: Themes and Templates
In reply to: [Customizr] Re-Position MenuHi,
Add this CSS
.navbar-wrapper {
margin-top: 5em !important;
}.navbar {
margin-bottom:0px !important;
}.navbar .navbar-inner {
margin-bottom:0px !important;
}best of luck,
Karen
Forum: Themes and Templates
In reply to: [Customizr] Images – Remove CircleHi
You need to add some custom CSS. Do you know how to do this?.round-div {
border-radius:0 0 0 0 !important;
}Then you will get squares.
Good luck.
Forum: Themes and Templates
In reply to: [Dusk To Dawn] Default background graphicHi Joe,
You need the following CSS
#wrapper {
background: none !important;
}#page {
background:none !important;
}There is no custom CSS for your theme so you either need to use a plugin, try www.ads-software.com/plugins/custom-css-manager-plugin/
or you need to create a child theme where you can add your own CSS.Karen
Forum: Themes and Templates
In reply to: Model Agency ThemesHere you go try this
https://citylevel.pandathemes.com/
You need to use the buddy press plugin.
Im sure there are some free themes too, just search for buddy press themes.
Best of luck.
Karen.Forum: Themes and Templates
In reply to: Model Agency ThemesYou need to provide more info on whay you want your theme to look like and how to behave. For all wordpress sites, regardless of theme, you can create accounts where the registered people can sign in and update their info.
Forum: Plugins
In reply to: [WooCommerce] Always show shipping calculatorHi there,
Add the following lines to your CSS
.shipping-calculator-form {
display:block !important;
}Good luck!
KarenHi there,
You need the following plugin, https://docs.woothemes.com/document/local-pickup-plus/Hope that helps,
Karen.Forum: Themes and Templates
In reply to: div tags not moingYour image of the double paw has a fixed width, you need to give it width that will change as a percentage or em value.
Forum: Themes and Templates
In reply to: div tags not moingThe div that contains the paw prints and the Call Obligation Free text needs an id and width. Once you have added that I can have another look for you. Use percentage or em for the width.
Karen.
Forum: Themes and Templates
In reply to: div tags not moingHi again,
The CSS property content needs to be used with pseudo elements before or after so change your #dogimg to #dogimg:before
I see it your dog image in firefox if I do that.Good luck.
Karen
Forum: Themes and Templates
In reply to: changes to front-page.php don't appear on siteWithout seeing your code its hard to say but it looks like your nephew or whoever created the site hard code the email/fax details because it uses the php mailto function?
If this info has been hardcoded in the front-page.php as you say, is this file part of a child theme? If you havent developed a child theme if your current theme is updated you will lose any modifications to the themes files.Karen
Forum: Themes and Templates
In reply to: div tags not moingHi there,
I have had a look at your site but the dog image isn’t loading in firefox but chrome its ok. Your image is positioned absolutely so its position wont change at the moment. You need to set the images size as percentage so it changes with screen size.
Karen.
Forum: Themes and Templates
In reply to: Posts and Featured image are too bigIs this issue resolved then?
Karen
Forum: Themes and Templates
In reply to: [Omega] Layout and ColorsNo problem – happy to help.