Viewing 14 replies - 16 through 29 (of 29 total)
  • Thanks!

    .featured-title,
    .featured-subtitle,
    #featured p {
        color: #fff;
    }

    Emil

    Sorry. I’m new to this. Do I just add it below the code for transparency that you gave me, in Custom CSS? If so, do I need to put a space between the 2 codes or on space between them?

    Thanks again. Sorry for the newbie questions.

    Haha! Never mind. I figured it out.

    Thanks very much for all the help.

    No worries friend, I am here to help as much as I know and can.

    If you feel that Theme deserves, please write few words here.

    We also offer free and dedicated support forum too ??

    Thanks,
    Emil

    Sorry, if I’m asking on the wrong forum. I thought it was ok because the questions are related to transparency. If I’m in the wrong place, just let me know. Thanks again for all the help.

    If not:
    The codes you gave are perfect. Because of the transparency, I have to edit the font color for each page to white through the page editor. No problem. I still have the following problems/Can you please help he to change the following problems?:

    1. Each page has a heading/name. I can’t edit the font color for them either.
    Example: I’ve got a “Services” page that has the “Services” still in black, on the page. This is the same for all my pages.

    2. I’ve got a contact form too. Each section of the form’s headings are still black.

    3. At the bottom of each page there’s a “Share this:” section. That phrase: “Share this:” is still black.

    Hi,

    h1 {}

    but also

    .post-title {}

    General font color settings:

    body {
        color: blue;
    }

    Emil

    Emil,
    Thanks. I’m not sure how to put them together.

    Emil,

    The body code works fine. It changed 2 & 3 from the above post. Thanks.

    body {
    color: blue;
    }

    The title code works fine. It changed 1 from the above post. I just added “color: white;” to the code. Thanks.

    .post-title {
    color: blue;
    }

    What does this code do?

    h1 {}

    They’re global headings ??

    Emil

    Thanks for that. Works great. How can I make the widgets transparent too?

    .widget-wrapper {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    You’re the man. Thanks.

    You’re welcome!

    Thanks, in part to the content here, and other sites I collated this piece of code and add it to the child theme for the Responsive theme. Widgets and text background affected nicely:

    #wrapper
    {
    background-color: #FFFFFF;
    opacity: 0.85;
    }

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘Need to know how to make something transparent’ is closed to new replies.