Andre
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Coller] Child Theme ErrorsYou can insert this code into the css. Appereance->editor
element.style { font-size: 28px; }
You can change the font-size to more or less maybe 18px is good or 36px. its up to you,
Forum: Themes and Templates
In reply to: [Make] Horizontal Rule does not appearCan you let me know the website address . Thank you.
Forum: Themes and Templates
In reply to: [SKT Full Width] Removing Home page titlewhat is the website address?
Forum: Themes and Templates
In reply to: [Virtue] Spacing in Footer WidgetYour welcome. Im glad to help
Forum: Themes and Templates
In reply to: restore to factory default themeYou can try changing the theme to another theme then uninstalling the one you want to restore. Then install it back again.
Forum: Themes and Templates
In reply to: [Virtue] Spacing in Footer Widgetif you insert this in the css. You should be able to change it
.widget { margin-top: 11px; }
you can enter this in custom css or editor in appearance through theme options
Forum: Themes and Templates
In reply to: [raindrops] How to h1 Font Size, etc.Hey can you link to the website please. It would be easier.
to change all h1 you would put this in the css.
h1 { font-size: 30px; color: red; }
this is just an example change the 30px or red to what you want.Let me know if it works
Forum: Themes and Templates
In reply to: Problems removing a themeTry activating another them. Then go back to the theme by clicking it then you should see a delete button. You won’t be able to delete a theme when it is being used. You would have to change the theme first.
Forum: Themes and Templates
In reply to: Why can't I change my CSS with jetpak?You can try view the theme options in the appearance panel
Forum: Themes and Templates
In reply to: EDU theme (smooth themes) – need help to delete itLog in to the WordPress Administration Panels.
Select the Appearance panel, then Themes.
From the Themes panel, roll over the Theme thumbnail image for the Theme you are interested in to see options for that theme.
You can view more information about any theme by clicking Theme Details.
A live preview of any Theme (using your blog’s content) can be seen by clicking Live Preview.
To activate the Theme click the Activate button.Forum: Themes and Templates
In reply to: how do I remove space below headerPlace this into your custom css box and save it.
.responsiveslides {
margin: 0 auto;
}Let me know if it helps.
Forum: Themes and Templates
In reply to: [Forever] Move TaglineCan you link to the website so I can see what your talking about.
Thanks.
Forum: Themes and Templates
In reply to: [Forever] Boxes around imagesCan you please link to the website you are talking about?
Forum: Themes and Templates
In reply to: Changing Link Color on Tuesday Themeor change it to the color you like..
This should work.
Forum: Themes and Templates
In reply to: Changing Link Color on Tuesday ThemeIf you know how to use the css
go into the back part with Dashboard.
Go down to Appearance.
Then click on Editor.then go down on to styles.css under Styles on the Right side with templates at bottom.
go down on the styles.css and replace
a { text-decoration: none; color: #343534; }
change the color to the #f07373