Jump to content
WebFlake
  • 0

How Can I add rank's frame


Xerin

Question

 

How can I put a red frame around the rank? is there any guide or someone who can tell me how? Actually I have this code but Idk How can I add 

<li class="ipsType_break" style="
    border: 1px solid #aa0038;
    border-radius:  20px;
    padding: 2px 10px;
    background: #1b1b2f;
    font-weight: 500;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.72);
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
">News Writter</li>

https://ibb.co/nffGgVQ

Edited by Xerin
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

You would need to edit your theme files. I can't remember exactly which one, but it is one related to topics. I will see if I can find out which file you need to edit, if someone doesn't reply sooner.

  • Like 1

Head Guru - Personal Blog: https://www.zacdrayson.com |Business Website: https://www.hydrawebservices.com
 

Link to comment
Share on other sites

  • 0
27 minutes ago, titcrunch said:

search post container template, see the capture

675226027_Annotation2019-03-11134513.thumb.jpg.6b181143e955ff4b2f49b68fbf780d37.jpg

How can I add like this 

<li class='ipsType_break'>{$comment->author()->member_title}</li>
            {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
                <li class='ipsType_break'>{$comment->author()->rank['title']}</li>

etc.

where should I write

Link to comment
Share on other sites

  • 0
The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...