• Resolved Kalidevi

    (@kalidevi)


    I hope someone can help me with this. For the life of me, I can’t change the main text in the footer widget area to white. I’ve been all over the css to no avail. I’ve seen this topic in the forum several times, but none of the solutions have worked for me. I’m currently using WP 3.4.2. The url for the site is http://www.boomersva.com

    I can also give a link to the css file if need be.

    I’ve changed all text in the areas that denote footer and widget to no avail. If someone could help me with this, that would be awesome.

    I have another issue in the footer widget area, but it’s not as pressing. For some reason, I can’t get the titles to line up on the left side, so it looks out of whack to me.

    I would appreciate any assistance I can get! If you need for me to give a link to the css, please don’t hesitate to request such.

    Thanks a bunch!

    God bless!

Viewing 7 replies - 1 through 7 (of 7 total)
  • What style are you editing?
    The blue color is inherite from your http://boomersva.com/wp-content/themes/littlesmile/css/style.css
    Just add additional style for the footer?
    .aside {color: #FFF;}

    Thread Starter Kalidevi

    (@kalidevi)

    Oh, praise The Lord! You are a God send!

    That worked for the main text in the footer, but the links are still blue. Is there a way I can have them white too, with the hover remaining red?

    I do apologize, I’m a newbie to css and designing with wordpress. I’m old school, used to designing in html and tables. LOL I’m trying to catch up, as I’ve been out of it a while.

    Thank you so much for your help! <3

    Unfortunately, your theme is not released under GPL:

    /*
    Theme Name: Littlesmile
    Theme URI: http://dev.artin2ition.com/9
    Author: Artin2
    Author URI: http://dev.artin2ition.com
    Description: Littlesmile Theme
    Version: 1
    License: Single commercial license
    License URI: license.txt
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    */

    — which is not in keeping with WP policy or philosophy. So it cannot be supported here.

    I’d actually suggest you find another theme — there are many great themes here:

    http://wordpress.org/extend/themes/

    Thread Starter Kalidevi

    (@kalidevi)

    Okay, thanks. I suppose I’ll find a css forum and hope that someone there can help me. Thank you for your time.

    Thread Starter Kalidevi

    (@kalidevi)

    I actually figured out how to edit the links using the info provided above by Xarran Bs (aka mr. Spirulina). Kudos Xarran! You really saved my day! You are indeed my hero, well, next to Lord Shiva, but hey that’s a great position to hold! 😀

    I just added the lines:

    .aside a:link {color: #FFF;}
    .aside a:hover {color: #bc2118;}

    And voila! 😀 It’s perfecto!

    I wanted to post the solution in case anyone else has the issue and maybe this might help them too.

    Again, I thank you both for your time and Mr. Spirulina I’d love to give you a big hug and fat kiss if I could, but will just settle for an astral hug. ((((((((((((((hugs))))))))))))))

    God bless you!
    <3<3<3

    Thread Starter Kalidevi

    (@kalidevi)

    Resolved!

    Thread Starter Kalidevi

    (@kalidevi)

    I have a few other sites to build. I will keep in mind what WPyogi has said in choosing the theme. I like the particular theme I used, because it included the ‘turboeditor’, which makes life much easier. Designing for wordpress is very new for me.

    Hari Bol! <3

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't edit font color in footer widget’ is closed to new replies.