Change Author box font color

Home Forums Iconic One Pro Support Change Author box font color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4660
    wlarrylozada
    Participant

    Hi,

    I was able to activate the author box. I have also included a link inside. Can you please help me to change the font color of the text to black and the links to blue and link hover to purple? I want to know the custom.css code for the author box.

    Thanks a lot.

    #4662

    Try the following:

    .author-description p {
        color: #333333;
    }
    
    .author-description a {
        color: #0099ff;
    }
    
    .author-description a:hover {
        color: #993366;
    }
    #4664
    wlarrylozada
    Participant

    Thank you. I will try the code.

    #4665
    wlarrylozada
    Participant

    I cleared the cache and now the code is working. Thank you so much.

    #4666
    wlarrylozada
    Participant

    Hi,

    How about changing the Author title to black,bold, and increase font size.

    If you open any of my post here: http://purplehedge.com

    The author box below with: Author: Larry Lozada
    is grey. I want to modify that with the above.

    Thank you again.

    #4667

    Try

    .author-description {
        color: #333333;
        font-size: 24px;
    font-weight: bold;
    }
    .author-description p {
    font-weight: normal;
    }
    #4668
    wlarrylozada
    Participant

    Thank you for the great support.

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