• Resolved theluxestrategist

    (@theluxestrategist)


    A few questions. I’ve already looked through the threads and couldn’t find answers to these:
    1. When tagging a post with multiple categories, there’s a comma separating the post. How do we change this to something else, like a pipe or a dash? Right now there’s an extra space around the comma and it looks odd.
    2. How do you enlarge the social media icons that are at the bottom of each post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    you can open single.php and replace
    <?php the_category( ', ' ); ?>
    with
    <?php the_category( ' > ' ); ?>

    for example replacing > with any separator you wish. Repeat this into content-entry.php also
    Try installing the WP Editor plugin to enhance the default editor and then navigate to the /themes/olsenlight/ folder to find the file.

    For you social icons You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .entry-utils .socials a {
        font-size: 20px;
        line-height: 20px;
    }

    in the box.

    Thread Starter theluxestrategist

    (@theluxestrategist)

    Perfect, did the trick. Case closed.

    Glad I could help!
    Could you mark this thread as resolved if everything works fine?

    Also, I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘When Post Has Multiple Categories, Would Like to Change Separator’ is closed to new replies.