Bodyidolfitness
Forum Replies Created
-
So I have tried everything that i could possible…
That code that you gave me with the background gradients DOES WORK, but it doesn’t save it when i post in in my editor. Below is the code i used and in the bold is what the background gradient code is:
#submit, .type-post, .type-forum, .type-reply, .type-topic, .type-page, .type-comic, .type-showcase, .type-music, .type-attachment, .type-casts, #wp-paginav, .sidebar h2, #comment-wrapper, .blognav, .default-nav, .submit, .feature, .related-comics {
padding: 2px 5px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: black
background: #eee; /* Old browsers */
background: -moz-linear-gradient(100% 100% 90deg, #aaa, #ccc, #eee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(0, 0, 0))); /* Safari 4+, Chrome 2+ */
background: -webkit-linear-gradient(linear, left top, left bottom, from(#aaa),to(rgba(#eee))); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(#eee,#aaa); /* Opera11.10+ */
background: -ms-linear-gradient(#eee,#aaa); /* IE10+ */
background: linear-gradient(linear, left top, left bottom, from(#eee),to(#aaa)); /* W3C */
}I have also tried adding the code you had above but still no luck. Every other easel website i have used this always has worked.
appreciate your help!
Forum: Themes and Templates
In reply to: [Easel] Where do I look to change the H2 tags to H1?alright well over a week went by with no reply so i re posted it again…
that’s all i need thx
got it
Forum: Fixing WordPress
In reply to: How do you make the comment section drop down?got it nevermind
Mine doesnt look like that… im relatively new to this so please bare with me.
Mine apparently is showing up like this:
#submit, .type-post, .type-forum, .type-reply, .type-topic, .type-page, .type-comic, .type-showcase, .type-music, .type-attachment, .type-casts, #wp-paginav, .sidebar h2, #comment-wrapper, .blognav, .default-nav, .submit, .feature, .related-comics {
background: -moz-linear-gradient(100% 100% 90deg, #AAAAAA, #CCCCCC, #EEEEEE 100%) repeat scroll 0 0 transparent;
border-radius: 10px 10px 10px 10px;
padding: 2px 5px;
}I tried messing around with the colors but still no dice
yes firebug
thanks for the quick reply
resolved
Thanks for your reply! unfortunately it didnt work for the URL version but i created another code which seems to work. Thanks for your help!
Thanks for your quick reply.
Unfortunately i have tried using firebug for Firefox.
This is the code it gave me:
h2.page-title, h2.post-title {
border-bottom: 1px solid #000000;
color: #000000;
margin-bottom: 3px;
text-shadow: 1px 1px 1px #555555;}
I did try adjusting this but still no luck. I dont even know what i would look for as for a post title within its own URL
Hey, So im wondering as i described in the title how i would would go about changing this… I inspected it with firebug and i did change the CSS a bit, but still nothing…
My blog theme is Easel. It has a dark background so once i click on a certain post to get the URL for it, the post title turns black, making it nearly impossible to read. I will post an example below
Would love assistance ASAP! Thanks in advanced!