Hello Everyone,
I am requesting help on my new business site with design and coding. I am using the Deep Red theme that came with the licensed version of HTML Editor 12.5 that I purchased.
The first question is, can I use it to build my business's website or will I have to actually purchase a stand alone licensed version of the theme?
The second thing I need help with is, How can I change the color of the text "New Orleans Style Pecan Candy" that is to the right of my Logo? The text needs to be black because it is too hard to see.
The website is easystreetcandies.com.
I have many questions being a newbie at HTML editor and I will be posting them on this thread.
Thank you to everyone who will help. It's very much appreciated.
Derrick
Theme help needed. - Post ID 194850
Hiya Derrick,
Yes you can use the themes for whatever you want to use them for. Also there is a more updated version of the editor released which has more features and the updates are free.
To do the text color change:
Go into your default.css file approx. line 301 you should see this:
header h1 {
color: #333;
font-size: 1.6em;
margin-top: 20px;
text-align: center;
border: none;
}
Change the color number to
color: #000
That should change the text to black for that area. Hope that helps and good luck on the site.
Yes you can use the themes for whatever you want to use them for. Also there is a more updated version of the editor released which has more features and the updates are free.
To do the text color change:
Go into your default.css file approx. line 301 you should see this:
header h1 {
color: #333;
font-size: 1.6em;
margin-top: 20px;
text-align: center;
border: none;
}
Change the color number to
color: #000
That should change the text to black for that area. Hope that helps and good luck on the site.
Thanks Jo Ann,
I tried it in changing the color on line 301 but it didn't work, so I changed the color entry below it and it worked.
Thank you so much for helping,
Derrick
I tried it in changing the color on line 301 but it didn't work, so I changed the color entry below it and it worked.
Thank you so much for helping,
Derrick
You're quite welcome Derrick, good luck with your site

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.