Reply To: Some changes for the Scoop theme

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Some changes for the Scoop theme › Reply To: Some changes for the Scoop theme

#1201
Noa
Keymaster

Hello Daniel,

1. To widen the sub menu background you can insert the following code into Appearance > Customizer > Live CSS:

.sf-menu ul{width:15em;}

You mean that you would like to place the arrow next to the categories that have sub categories?

2. Unfortunately there isn’t a way to display the date and time in the widget’s main post, as you can see, they are displayed above the post description.

3. You can start by adding the following code in Live CSS:

@media (max-width:768px) {
button.navbar-toggle.visible-xs:before {content: 'menu';}}

4. Unfortunately you can’t insert an image but you can use a different icon from https://fortawesome.github.io/Font-Awesome/.

You can insert the icon’s unicode in this code:

.format-standard.grid-item .entry-meta:before {content: '\f15c';}