Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #42095
    ian1597
    Participant

    Hi, first I wanted to say thanks for providing a great free theme to use! I happened to noticed you provided custom coding to make pages transparent for a couple of your other themes. Do you happened to have the code to make the page transparent for Adventurous free?

    here is the site I am designing stretchmarksthespot.com. I basically want all of the white to be transparent if possible.

    #42110
    Sakin
    Keymaster

    @Ian1597: You can add the following css in “Appearance => Theme Options => Cusotm CSS” box.

    #content article, 
    #content .page-header, 
    #comments, 
    #content .author-info,
    #secondary .widget,
    #main-wrapper .panel {
        background: none transparent;
        border: none; 
        box-shadow: none;
    }

    Note: For twitter widget, we don’t control it. It’s from the twitter widget itself. So, you need to change the settings there.

    #42132
    ian1597
    Participant

    Thanks so much for the quick reply! This is exactly what I was looking for. Don’t worry about the twitter feed, the page is what I was concerned with.

    #42133
    ian1597
    Participant

    I have another question regarding text color. It seems that whenever something is a link the text turns green. I was wondering if there was a setting in the editor or maybe another custom CSS that I could add that changes linked text to black. Thanks again for the help!

    #42145
    ian1597
    Participant

    Never mind, I found the link settings in style.css

    #42177
    Sakin
    Keymaster

    @Ian1597: That’s nice that you found it. But don’t edit core theme files inside adventurous theme directory. As the edits that you make it there will be reverted back to original when you update the theme. So, for the CSS change either you add it in “Custom CSS” box or build child theme and add it in your child theme style.css file.

    #42181
    ian1597
    Participant

    AH thanks for the heads up. I did not realize that was how WP worked, but it makes sense now that I think about it. I’ll work on one of the ways you have mentioned here!

    #42182
    ian1597
    Participant

    I seem to be having a bit of trouble… Is there a way to add in the change to the code you have already supplied or can I add it below it? Sorry for all the questions as I’m not an expert with custom css.

    #42187
    Sakin
    Keymaster

    @Ian1597: Yes you can change it and even add extra below that.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Making page transparent’ is closed to new replies.