Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906134
    ChappyEight
    Participant

    I am looking to change the color of the box that surrounds the Author element and the “Author” text at the end of each of my articles. It would seem that it’s currently tied to the navbar color. Can I change this with CSS code?

    Thanks,
    Landon

    #906135
    ChappyEight
    Participant
    This reply has been marked as private.
    #906900
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-author-box.cf, .x-author-box .h-about-the-author {
        border-color: red;
    }

    Hope it helps.

    #906954
    ChappyEight
    Participant

    Perfect, thanks! What about the part that says “Author” or “Guest Author” or whatever?

    #907556
    Christopher
    Moderator

    Hi there,

    Please add this as well :

    h6.h-about-the-author {
        color: #6E4E9A !important;
    }

    Thanks.

    #907810
    ChappyEight
    Participant

    Perfect.

    Again, thanks so much for the quick assistance.

    #907887
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-906134 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>