Jump to content

kostun

Newbie
  • Posts

    2
  • Joined

  • Last visited

kostun's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. удалось решить вопрос вот так <li class="category-top"><span class="top-span"><a href="{{collection.url}}" class="category-top" {% if collection.title == 'вася'%} style="font-weight: bold;"{%endif%} {% if collection.title == 'петя'%} style="font-weight: bold;"{%endif%} {% if collection.title == 'коля'%} style="font-weight: bold;"{%endif%}> <span class="{% if collection.current? %}category-subs-parent-selected{% else %}category-subs-parent{% endif %}">{{collection.title}} {% if collection.subcollections.size > 0 %}->{% endif %}</span></a></span></li>
  2. Здравствуйте! Есть код, которые генерирует на сайте каталог. Хотелось бы выделить названия отдельных позиций(в коде {{collection.title}}) каталога жирным шрифтом. Значение этих отдельных позиций известны. Возник вариант решения - прописать условие, если {{collection.title}}="заданному значению"(или {{collection.title}} содержит заданное значение), то <b></b>, иначе оставить без изменений. Не смог найти примеров решения такого вопроса. Помогите пожалуйста! html <li class="category-top"><span class="top-span"><a href="{{collection.url}}" class="category-top"><span class="{% if collection.current? %}category-subs-parent-selected{% else %}category-subs-parent{% endif %}">{{collection.title}}{% if collection.subcollections.size > 0 %}->{% endif %}</span></a></span></li> css .box-body ul {margin:0; padding:0; list-style:none;} .box-body ul li {} .box-body ul li a { color:#000; font-size:15px; line-height:31px; text-decoration:none; display:block; background:url(marker2.png) no-repeat 19px 14px; border-top:1px solid #e7e8e8; padding-left:34px
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy