Question about footer wrapper color and Donate button

Discussion in 'BlackBird WordPress Theme' started by stephanieao, Nov 23, 2012.

Thread Status:
Not open for further replies.
  1. stephanieao

    stephanieao New Member

    Joined:
    Nov 21, 2012
    Messages:
    13
    Likes Received:
    0
    I have a question. I just purchased the Blackbird Pro and I love the theme, but I would like to make the footer wrapper the same color as the color I used in the dropdown menu in the Styling Options. I can't seem to find the exact match. Do you have a color code for that? Also, I tried to change the font color in the footer area and clearly wasn't using the correct code.

    I also wanted to know if I can enable a donate now button via paypal on a page?

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  3. stephanieao

    stephanieao New Member

    Joined:
    Nov 21, 2012
    Messages:
    13
    Likes Received:
    0
    Thank you! I have changed the color, but I would still like the footer to match the others. Also, I would like the "prev" and "next" button to be the brown, as well.
    My website is: www.setmefreeministries.net
    Thanks for your help.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer {
    background: #7F5831!important;
    }
     
    .footer-wrapper {
    background-color: #7F5831!important;
    }
     
    #slides_testimonial .next, #slides_testimonial .prev {
    background: #7F5831!important;
    }
     
    stephanieao likes this.
  5. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    What colour code would I use if I wanted the footer to match the pink theme stylesheet?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    @faraway,
    The color code used in pink theme stylesheet is
    Code:
    #d74064
     
  7. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Thanks so much for this information, Gourav. Much appreciated. Only problem is, now that I've tried it, I don't really like the look of it. You knew that would happen, I'm guessing. What about the colour for the blue theme? Are you able to provide that?
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    @faraway,
    The color code used in blue theme stylesheet is

    Code:
     #0f70bd;
    

    You can use "Webcolor picker" tool to pick the color. It makes you easy to pick the right color, You want. you can add that tool from Google chrome web store.
     
  9. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Well, I'm struggling with this. I did try the chrome tool before contacting you but I didn't have much luck using it. Perhaps I'm entering the colour code incorrectly or into the wrong place. The method I used was that I just cut out the code that was your instruction in reply to the question about turning the footer brown and I replaced it with the blue colour code - but the menu bar and footer didn't seem to match when I previewed the change. The other issue is that, even if I can get them to match, when the background colour changes, the text colour also needs changing so it still stands out against the background colour. And I'm not sure how to do that either. Maybe, I'll leave well enough alone . . . if you can give me some more info, I'll give it one last try though!
     
  10. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please specify which color you want for footer and for font in the footer.
    Also do let us know your website link.
    We will provide you exact solution.
     
  11. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Thank you so much for the very kind offer. However, I've managed to find a fix that is OK - I changed the whole background to one in very pale blue tonings and the whole thing came together just fine without having to tweak the footer or menu background bar. So, that's saved you a job. Thanks for all your help - it's been great.
     
Thread Status:
Not open for further replies.

Share This Page