Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2881292
BLOG-SECTION COLOR-EDITING-ISSUE
Closed

Comments

  •  2
    Gerald started the conversation

    Hi,

    I’m here in the Charity Theme with a generic question.

    I can’t figure out how to access the settings in order to change the color of ONLY the author «G-Admin». Currently, the color-change also affects the by-text («De»), instead of handling «G-Admin» separately :

    - 2021-09-27_WP_THEGEM_BLOG-SECTIONS_COLOR-EDITING-ISSUE.49.1.png.

    Did I miss anything ?

    Any hints much appreciated :)

    Cheers

    G

  •  7,280
    Oliver replied

    HI!

    CSS example:

    .blog-style-justified-3x .post-meta-author a, 
    .blog-style-justified-4x .post-meta-author a {
        color: #000;
    }
    .blog-style-justified-3x .post-meta-author a:hover, 
    .blog-style-justified-4x .post-meta-author a:hover {
        color: #ccc;
    }
    

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver