
Ifra Saqlain
-
Activité totale1119
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés21 utilisateurs
-
Votes28
-
Abonnements275
Aperçu des activités
Dernière activité effectuée par Ifra Saqlain-
Ifra Saqlain a ajouté un commentaire,
Happy to hear that it worked!
-
Ifra Saqlain a ajouté un commentaire,
Add this line of code inside blocks-item: <span class="category-icon" id="category--{{id}}"><i class="lni lni-laptop-phone"></i></span>Screenshot: Try this and let me know.
-
Ifra Saqlain a ajouté un commentaire,
Hi Product Support, To show the category block's icon, follow the steps below: i). Add the script code at the bottom of your home_page.hbs file. <script> $('.icon').each(function (idx, itm){ va...
-
Ifra Saqlain a ajouté un commentaire,
Hi Anton!, Use the given code and you can change the colors in this: .nav-wrapper-mobile .menu-list-mobile { background-color:#000;}.nav-wrapper-mobile .menu-list-mobile-items a:hover, .menu-but...
-
Ifra Saqlain a ajouté un commentaire,
Hi Amanda Barber, I tried it and it's working, I add {{isnt}} condition in anchor tag, see the screenshot: Code:{{#isnt id 4404022102548}} -- My category ID, which I want to redirect to external we...
-
Ifra Saqlain a ajouté un commentaire,
@Marc, are these anchor tag of dropdown fields? var rt = document.querySelector('#new_request > div.form-field.string.required.request_custom_fields_5975694187661 > a');var cn = document.querySelec...
-
Ifra Saqlain a ajouté un commentaire,
Thanks for sharing the trick @Sebastian :)
-
Ifra Saqlain a ajouté un commentaire,
Hi Ashlei Capistrano, Use the below code: .category-content .section-tree .article-list,.category-content .section-tree .see-all-articles {display:none} .category-content .section-tree .article-l...
-
Ifra Saqlain a ajouté un commentaire,
Go to the article_page.hbs file, find {{subscribe}}, you can add your custom button, you can remove it or do which you want. Screenshot for the same: Now go to the section_page.hbs file, find ...
-
Ifra Saqlain a ajouté un commentaire,
Hi Fiorella Jiménez, for which template, you wanna change follow button? There is {{subscribe}} helper you can check in the templates (.hbs) files: article_page.hbs section_page.hbs community_pos...