Change color of

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #585
    wickedmint
    Participant

    I would like to change the colors of some items such as
    , which is the icon that is displayed when you mark a Post as “Aside”. Which file can I find these elements?

    #1521
    admin
    Participant

    Hello,
    Please follow the simple steps.

    Go to Appearance > Farad Options > Extend Settings
    Select Custom Style(s) > Yes
    Use the following CSS Code Snippet,

    .format-aside .fa {
    color: #ff0000;
    }[/CODE]

    Thanks[CODE].format-aside .fa {
    color: #ff0000;
    }[/CODE]

    Thanks

    #1522
    wickedmint
    Participant

    Thank you, I was able to chance the colors.

    #1523
    admin
    Participant

    Thanks for the feedback.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.