ronangelo
ParticipantForum Replies Created
-
Quote:Thanks Ronangelo,
But sorry, I don’t see an option for the footer color!
When I uncheck the “Use Creative Commons, …” I lost the customized identifier of my website!
Would it be possible to customize what we want while keeping the Common Creative ..?
Regards,
I don’t understand what you mean.. what exactly did you lost?
Unchecking the checkbox only removes the copyright text and image so that you can manually
add the image back with the code I posted above.
can you post the site’s url here…
Quote:OK, so is there a way to customize the footer color?If you’re using graphene 1.8, there’s already an option for that. Graphene Option -> Colours -> Footer
Quote:And how to remove the text: “Except where otherwise noted, content on this site is licensed under a Creative Commons License”?I’d like to keep only the 3 symbols and remove the text to win some place.
Would this be possible?
Thanks
uncheck the “Use Creative Commons…”
add this in the “Copyright text (html allowed)” :
<div class="cc-logo"></div>Quote:I haven’t had the opportunity to talk much with you… but I’ve certainly seen your contributions here in the forum. I just wanted to personally say THANK YOU!! You give excellent advice, and you are obviously very familiar with the theme and code. Thanks!
Gee thanks. I’m not that familiar with the theme & codes, I just come here to learn.
Quote:Thank you Josh. That should do it! 🙂 One question off topic…. I have bullet points when i move my graphene twitter to my top bar. How and where do i get rid of those? Well Im strying to get leave title option blank to show no title but then my tweets move to the top of the top bar.what and where do i enter code to move the text down. See here http://test.herdhistory.com
Custom CSS
#tweet-wrap-graphene-twitter-2 > li {
list-style: none outside none;
}put this in the title
It’s not displaying in the homepage.
It may be due to this: #Google_ad_limit_per_page
try to temporarily disable adsense on the graphene options, if the skyscraper appears,
then the maximum no. of ad units may have been reached.
You’re right, there’s just not enough room. 520 + 220 + 220 = 960 but you have to have allocations for margins.
setting the whole container width to 1020px solves the sidebar problem but you need to update the header image.
or
you can just decrease the width of the sidebars.
are you sure you added adsense code? it looks like you replaced it with analytics code instead.
In reply to: Upgrading to 1.8 made all headings go into light font
August 11, 2012 at 7:14 pm #31707The change on the headings font is intentional. You can always set them to bold every time you publish a post or make the change ‘fixed’ by using css code.
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
font-weight: bold;
}Doesn’t sound like a graphene issue.
this may be due to your web hosting.
read these posts first
graphene-support/how-to-modify-the-theme-using-a-child-theme
This is on prasanna’s signature
