• Resolved Realgar5

    (@realgar5)


    Hello and Happy New Year to all. Bravo for this superb theme, I discovered and used with pleasure.
    I have two quick questions; how can I remove the name of the poster of the message (By xxxxxxx) or change the line in the display of an post ? And how could I restyle (in my child theme) the small squares that replace the columns when the display is reduced (I want to add a top border line on the upper part of the square to contrast with my header wich have the same color) ? Thank you greatly in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • how can I remove the name of the poster of the message (By xxxxxxx)

    Edit single.php with a child theme and remove this part:

    <?php _e('by','hueman'); ?> <?php the_author_posts_link(); ?> &middot;

    And how could I restyle (in my child theme) the small squares that replace the columns when the display is reduced (I want to add a top border line on the upper part of the square to contrast with my header wich have the same color) ?

    This custom css should do:

    .s1 .sidebar-toggle { border-top: 1px solid blue; }
    .s2 .sidebar-toggle { border-top: 1px solid red; }

    Thread Starter Realgar5

    (@realgar5)

    It work, great !!!
    Thank you very much for the fast and accurate response! It is very kind of you to be as close to the users of this very complete theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Questions about the column, and the poster in an article’ is closed to new replies.