Support › Forums › Support (Legacy) › Some changes for the Scoop theme
Tagged: scoop
-
AuthorPosts
-
03/03/2016 at 14:08 #1198
Hello, i have some questions:
1- I need the drop down menu of the categories was wider because if not the phrases come in 2 lines…and if it is possible to display an icon to the right or left of the text in the drop-down menu in each option.
2- How I can show this rectangle with the date and author:
In this type of post:
3. In the tablet and mobile version is not shown the categories, you only see this:
I want that is shown with the word “menu” that is clickable, like this:
4. Is possible to show another icons that I have off the same size instead of this ones inside the black bubble:
Thanks a lot,
Dani03/03/2016 at 15:58 #1201Hello 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';}
10/03/2016 at 22:10 #1219Hello, sorry for my late response:
1- Thanks a lot, thats all 🙂
2- Thanks.
3- Perfect.
4- Sorry but i dont understand, where i need to insert this code? which are the steps?
13/03/2016 at 13:52 #12234. Insert the code I sent you into Live CSS.
Then go to https://fortawesome.github.io/Font-Awesome/ and pick the icon you want.
Once you click on the icon you’ll see the icon’s ‘unicode’ (it looks like the
\f15c
that’s already inserted in the code I gave you).Then insert the new unicode instead of the one that’s already in the code (dont forget the
\
).If it still doesn’t work, try inserting the code into the styles.css file (using a child theme of course).
Let us know if it works.
13/03/2016 at 16:18 #1225Now works 🙂 I tried inserting the code into Live CSS but dont work properly and then I tried inserting the code in the style.css inside scoop-child and works perfect. Thanks a lot
-
AuthorPosts
The forum ‘Support (Legacy)’ is closed to new topics and replies.