HoldOrFold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where to put plugin shortcode in my themeYeah tried that but doesn’t work.
Forum: Fixing WordPress
In reply to: Where to put plugin shortcode in my themeThe theme is Shell Lite btw. The content on the page is from the theme options, so it has fields on the dashboard in theme options for the title and content area and logo and stuff.
Forum: Fixing WordPress
In reply to: Where to put plugin shortcode in my themeOk, I think I may actually use a different theme. The Shell Lite theme has caused me several problems so far already.
Forum: Fixing WordPress
In reply to: Where to put plugin shortcode in my themeThat’s the problem, the home page of the theme doesn’t correlate to any page in the “all pages” part or else I would have put it in there.
To edit the home page all the theme lets you do is edit the theme settings.
Forum: Plugins
In reply to: FS Contact Form in Shell Lite themeI’m using the Shell Lite theme by the way.
Forum: Themes and Templates
In reply to: How To Change Menu Font SizeThe site is http://proxima.localpowermarketing.co.uk/
I need to decrease the font size under “recent posts” on the left under the navigation menu.
Thanks
Forum: Themes and Templates
In reply to: How To Change Menu Font SizeSorry, I’ve just figured out how…
ul.sidebar {
font-size: 22px;
line-height:18px;
}Ok, so I’ve done that but now I’ve discovered that I need to have two different font sizes for the sidebar. One for the navigation menu which should be big (22px as above) and a smaller size for the recent post items below it.
How can I have two different font sizes for the side bar?
Thanks!