Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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