
-
AuthorPosts
-
September 18, 2013 at 4:52 pm #163030
Hi
Two links:
http://thebabyboomerblog.com/test/
http://thebabyboomerblog.com/who-what-why/The line “We’re with them there – we sure are impossible to define!” should be a different color. It looks right in the visual editor, it looks like this in the text editor:
<p style=”padding-left: 30px;”><span style=”color: #3366ff;”>We’re with them there – we sure are impossible to define!</span></p>
But it’s black on the page and in the post. SO how can I make it work properly?
Thanks
BobPS: It would be really useful to be able to search within specific themes here.
September 18, 2013 at 4:59 pm #163037Hang on. While you’re at it I’ve got a couple more anomalies…
It’s ignoring menu settings. I only asked for Home and Contact Us to show, but it’s putting up every page.
When I view in Safari (on a Mac) all the headlines are in outline text and almost illegible.
September 19, 2013 at 3:55 am #163312Hello!
Regarding the color issue, applying this CSS will fix it:
post-entry strong{ color: inherit !important; }
In respect to the menu problem, i’d like to check it personally, can you create an administrator account and send it to me at (Email address hidden if logged out) ?
Finally, i just checked your site in Safari 5.1.1 (Mac OS X 10.7.2), no issues so far.
Cheers,
JosueSeptember 19, 2013 at 12:02 pm #163516Fixed the menu thing – had to set menu at “Manage Locations” – not something I’ve had to do before.
Don’t know where to put the CSS though. There’s a box at Theme Options/Styling, but putting it there didn’t have any effect.
Seems odd to me that I need to add code to restore a basic WordPress function 0 but then I’m not a coder, just an end user.
September 19, 2013 at 12:13 pm #163517Sorry – one other thing. How can I get rid of the word “Home” on the front page under the slider?
Thanks
September 19, 2013 at 12:50 pm #163545Hey!
You can add custom css codes in Custom.css file inside Enfold > Css folder. You can add following code to remove breadcrumbs
.title_container .breadcrumb { display: none; }
Best regards,
YigitSeptember 19, 2013 at 12:58 pm #163550As I explained, I’m not a coder. I’ve done what you suggested with no effect.
Here’s the entire content of custom.css
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
post-entry strong{ color: inherit !important; }
.title_container .breadcrumb { display: none; }
Here are the unchanged urls:
http://thebabyboomerblog.com/who-what-why/
(no color on text)
“Home” still shows
September 19, 2013 at 1:07 pm #163556Hey!
Would you like only “<p style=”padding-left: 30px;”><span style=”color: #3366ff;”>We’re with them there – we sure are impossible to define!</span></p>” this text to be colored? Can you create a temporary admin login and send me on
Regards,
Yigit-
This reply was modified 1 year, 11 months ago by
Yigit.
September 19, 2013 at 1:23 pm #163564I want to be able to choose a color for any text – anywhere – like you normally can in WordPress. It’s normally something you just select and color – no problems.
And what about “Home” still showing?
Thanks
September 19, 2013 at 2:33 pm #163600Well, I’ve managed to get rid of “Home” – so just that color problem.
September 19, 2013 at 5:11 pm #163682Hey!
Are you using “Indent” and “Select text color” buttons in Visual editor?
Best regards,
YigitSeptember 19, 2013 at 5:21 pm #163687Yes.
September 20, 2013 at 12:46 am #163818September 20, 2013 at 8:57 am #163960Thanks!
Bob
September 20, 2013 at 9:04 am #163962Glad we could help, let us know if there’s anything else we can do :)
Best regards,
JosueSeptember 20, 2013 at 10:31 am #163987As it happens, there is something. No big thing, but if you look here:
http://thebabyboomerblog.com/who-what-why/
The sub-heads, like “So What’s The Baby Boomer Blog about?” are very close to the paragraph above – but I don’t want a whole extra paragraph return, the gap would then look too big. Picky, aren’t I :-)
While I don’t know much about code, I do know that putting the following in above every sub-head gives the look I’m after:
<div style=”height:10px;”></div>
The trouble is, it’s a nuisance to have to do that every time. Is there any way to incorporate it into the theme? Just the extra space about h5 headings (or all headings, I’m fine with that).
Not urgent. Thanks
BobSeptember 20, 2013 at 10:38 am #163991Hi Bob!
Please add following code to Quick CSS in Choices theme options under Styling
h1, h2, h3, h4, h5, h6 { padding-top: 10px; }
It will increase padding on all headings by 10px
Cheers!
YigitSeptember 20, 2013 at 10:48 am #163998Superb. Exactly what I wanted and, in my opinion, looks great. Thanks very much.
September 20, 2013 at 12:22 pm #164011Ma again. Sorry. Just thought of something else. Is there an easy way to hide tags on actual posts. I want the tags for SEO purposes, I just don’t want to see them at the end of the post.
Thanks
September 20, 2013 at 12:48 pm #164023Hey!
Please add following code to Quick CSS as well
#top .blog-tags { display: none; }
Best regards,
YigitSeptember 20, 2013 at 12:57 pm #164026Hey, you guys are good!
Thanks again.
September 20, 2013 at 1:01 pm #164031 -
This reply was modified 1 year, 11 months ago by
-
AuthorPosts
The topic ‘Can't change text color within page or post’ is closed to new replies.