Change color?

  • Author
    Posts
  • #5330
    Zandra

    Hello!

    I have a problem with finding were i can change the color for:

    a; the area were the info of the blogposts, its currently White, I want it as the same color of the content background(http://www.zahlo.se/?page_id=1842)

    and b; the menu text on the page that is “active” is black, were do i change it?

    Appreciate some help please!

    #5429
    Zed
    Cryout Creations mastermind

    Hi.

    There’s nothing a bit of custom CSS can’t fix 🙂

    a)

    `.entry-meta { background: #000; }`

    b)

    `#access ul li.current_page_item > a, #access ul li.current-menu-item > a { color: #fff !important; }`


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #5484
    Zandra

    Thank you so much! Works perfectly!

    #6242
    shadow

    Hi there! I have the same problem, but it doesn’t work to solve it 🙁

    Can anyone help? Thanks!

    http://www.way4view.de/kreativwerkstatt/

    #6502
    Zed
    Cryout Creations mastermind

    Add that rule at the end of the style.css file or in Mantra’s Custom CSS field.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #7275
    Catharine

    Hello!

    First I have to complement you on a flexible and stunning theme! I will happily continue to supply you with coffee:)

    I understand that I would need custom css to change the color of the font on the presentation page column text – I just don’t know what the tags would be. Any advice?

    Thank you so much!!

    Warmly,
    C

    #7312
    Zed
    Cryout Creations mastermind

    #front-columns h1 {} #front-columns h3 {} – for the titles

    #front-columns .column-text {} – for the text

    #front-columns .columnmore a {} – for the links

     

     

    • This reply was modified 11 years ago by Zed. Reason: h1 were changed to h3 in the columns

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #7449
    Catharine

    Thank you so much!
    Very, very much appreciated.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change color?’ is closed to new replies.