Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #218526

    hi.
    an question: how can i change the font-color of headline + co of the entries “latest portfolio” in the widget area???

    thx for help, chris

    #218585

    Hi chrisholemar!

    You can add this on Quick CSS:

    .widgettitle {
    color: red;
    }

    Best regards,
    Ismael

    #219008

    hi ismael

    i mean this (take a look …)

    https://dl.dropboxusercontent.com/u/10849118/enfold_latest-portfolio-widget.png

    best regards, chris

    #219118

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .footer_color div .news-headline { color: #ffffff; } /* changes the color of title */
    .footer_color .news-time { color: #e1e1e1; } /* changes the color of date */
    .news-headline { font-size: 15px; } /* changes the font size of the title */
    .news-time { font-size: 14px; } /* changes the font size of date */

    Cheers!
    Yigit

    #219218

    hi yigit.

    thx. works fine. but – the news-headline-color will not change … ???

    cheers, chris

    #219359

    Hi!

    Please use this for the title color:

    .main_color div .news-headline {
    color: blue;
    }

    Cheers!
    Ismael

    #219662

    sorry. but also this will not work ;-(

    #219666

    Hey!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #219670

    hi yigit. the website isn’t online yet – it’s under maintainance-mode …

    #219671
    This reply has been marked as private.
    #219673

    Hey!

    Please do so. You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private

    Cheers!
    Yigit

    #219675
    This reply has been marked as private.
    #219678

    Hi!

    I have added !important rule and it is working fine now. Please review your website now

    Best regards,
    Yigit

    #219685

    great yigit. thx

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘changing font color in widget area’ is closed to new replies.