Forum Replies Created
-
AuthorPosts
-
I upgraded to 3.8.1, which is what solved my issue. I can’t explain why, though. My issue was only occurring on my blog page where there was a “more tag”.
I ended up upgrading my WordPress version, and the issue went away. I have no idea how or why, but you may give that a try.
This reply has been marked as private.Yes, that worked! We’re almost there. I also needed to make the text all caps, so I added –
text-transform: uppercase;
That worked!
I also need to make it the “BLOG” text the brown color (instead of white) and center it across the page in the bar. So I tried adding the text align and color CSS (see below), and it didn’t center or change colors. Any idea why?
.title_container .breadcrumb { display: none; }
.title_container .main-title { font-size: 30px; text-transform:uppercase; text-align: center; color: #655b58; }I just tried using Special Heading element, and nothing showed up. It’s the page I’ve designated as the blog, and only the posts seem to show up. http://scoutcharleston.com/here/blog
All I want to do is add a bar of my alternate color with text inside. It would look very similar to the default title bar with title and breadcrumbs, but we the text changed a little and no breadcrumbs. If it’s easier to tell me how to edit the default title bar, that may be a better way to go….?
Yes, that worked perfectly! Thank you!!
Once again, your response time is much appreciated!! That worked on 2 out of 3. See my site again, and notice how the middle one doesn’t change colors upon hover. Any idea why that wouldn’t work on all 3 of them?
Thank you for the quick response!! That removed the header bar/breadcrumbs successfully. I guess my only question is…can I not customize a header on that page with the Avia layout editor? I’m trying to create a color section (in alternate) with the word Blog. (yes, very similar to what the title bar looked like but my client wants the word “Blog” bigger and in all caps…and no breadcrumbs.
December 11, 2013 at 11:03 pm in reply to: Alternate content shading h1-h5 white font against colored background #199241Excellent! That fixed me. Thank you so much!
-
AuthorPosts