NEWSBERG - Rearranging The Layout - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

NEWSBERG - Rearranging The Layout

AB

Alec Barton

Template 7 months ago

Hi,

need to do three things with this template (please see screenshot)

https://imgur.com/a/oytyECU

  1. Move the hits counter
  2. Have author, hit counter and date on seperate lines
  3. Remove the bookmark icon

I have included login if you need them

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 7 months ago #188412

Hello Alec Barton,

Apolozy for the inconvenience. Unfortunately, changing the position of the hit counter is not possible. However, for the other adjustments, please add the following CSS code to your Template Options → Custom Code → Custom CSS section:

.article-spbookmark{
    display: none !important;
}

.sppb-article-meta{
    display: flex !important;
    flex-direction: column !important;
}

This will remove the bookmark icon and place the author and date on separate lines. Let me know if you need any further assistance.

Best regards

0