• Resolved kamilapolyglotsdiary

    (@kamilapolyglotsdiary)


    Hi,

    I’m currently using this plugin to show the bio of the author of the post.

    However, I want to add the text, ‘about the author‘ above this box.

    How can I do that?

    Note: I don’t know anything about PHP and my CSS skills are quite basic. I would be very happy if anybody could share a code that I can use in the editor

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • paulwpxp

    (@paulwp)

    This CSS will add this text “About the author” to the topmost of this plugin’s div.

    
    .saboxplugin-wrap::before {
    	content:"About the author"; 
    	display:block; 
    	font-size:18px;
    }
    

    Just put the code in Additional CSS option.

    Macho Themes

    (@machothemes)

    @paulwp – thanks for pitching in ??
    @kamilapolyglotsdiary – I’ve marked this thread as resolved since @paulwp has already provided a solution for this issue. If you’re unhappy with the provided solution, please reply here.

    Thanks,
    Cristian.

    Thread Starter kamilapolyglotsdiary

    (@kamilapolyglotsdiary)

    @paulwp thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add text ABOVE the author box?’ is closed to new replies.