ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Background image wont showHello again!
Can you provide your site URL? It will helps to help you.
Thanks!
Forum: Themes and Templates
In reply to: Problem with posts in WordPress (from blogger to wordpress)Hello Again!
To make your text a bit bigger you can use this code:
a.more-link{ font-size:3em /*change the 3 for the value you need. don't forget to test */; }Let me know if it works.
Thanks!
Forum: Themes and Templates
In reply to: Need help with CSSHello.
You need to look on the “Page attributes” section, inside the page are you using. Also, check this article bellow. It will clarify to you how you set a static home page.
Forum: Themes and Templates
In reply to: Making my heading font blue on the front pageNo worries. its simple to solve:
h1.text-center, h1.text-center a{ color:blue /*just change blue for your color of choice ;) */ }Just replace the old code I provide for this one.
Let me know if it works.Forum: Themes and Templates
In reply to: Background image wont showIs recommended your use a folder for your images. Make the things organized.
Can you visualize your image link on your browser?
Forum: Themes and Templates
In reply to: Background image wont showDid you try to use !important on the end of css declaration?
Forum: Themes and Templates
In reply to: Background image wont showHello Elisabeth!
Are you using a child theme, a theme framework or coding by yourself? If you are coding you can use a CSS code to insert your background. Clean and simple. Now if you want to add background support on your theme, take a look at this page:
http://codex.wordpress.org/Custom_Backgrounds
Hope it helps and good look on your project 😉
Forum: Themes and Templates
In reply to: Making my heading font blue on the front pageI see. Install this plugin:
https://wordpress.org/plugins/simple-custom-css/
And paste this code in the form inside Appearance -> Custom CSS
Let me know your findings 😉
Forum: Themes and Templates
In reply to: Picking the right themeHello John!
This is a kind a question I aways get from my clients when we start a project. The first thing you need to look at when you go to choose a theme is your CONTENT.
Don’t never… ever… pick a theme without analyze your content first.
Second: if you want to customize your wordpress site and you will use php, it will work.
Hope it helps and good luck on your project.
Forum: Themes and Templates
In reply to: Making my heading font blue on the front pageHello Arf7!
That is the most common request asked from my clients. Thats easy to do. Paste this code on your custom css form or plugin:
h1.text-center{ color:blue /*just change blue for your color of choice ;) */ }Let me know if it works.
Thanks!
Forum: Themes and Templates
In reply to: [Adelle] Adelle Footer CustomizationGlad to hear Teresa!
Good luck on your site. Its look great!
Forum: Themes and Templates
In reply to: [Sporty] Home Page not listed on pagesHello RMeireles!
To disable comments is easy: you can use this plugin.
https://wordpress.org/plugins/disable-comments/
It will disable all comments on your site.
To create a static page, take a look at this article:
http://codex.wordpress.org/Creating_a_Static_Front_Page
Let me know if you have any questions.
Forum: Themes and Templates
In reply to: [Adelle] Adelle Footer CustomizationNice teresa!
Let me know if you need any help in the future 😉
Forum: Themes and Templates
In reply to: Need help with CSSHello Tobi!
Question: did you check If this theme has a different template for you to use on the home page?
http://codex.wordpress.org/Page_Templates
Let me know your findings.
Forum: Themes and Templates
In reply to: Problem with posts in WordPress (from blogger to wordpress)Hello again 🙂
Thanks for so much love! LOL.
Well I don’t know any way to do it without the compromise the final quality. Sorry about that. And it will take a loooong time to do it. My recommendation is you to make this by steps. Go to the latest posts through the end.
To create a button you can use a custom code. Paste this code on your custom css form.
a.read-more{ background:black; color:#fff; padding:5px 10px; display:block; }If your theme doesn’t have this form you can install this plugin and paste this code on it:
https://wordpress.org/plugins/simple-custom-css/
Let me know if it works.
Thanks!