loly wrote:OK, but it`s some problem. I modify \pivot\includes\markitup\markitup.css, because i don`t know how to change width of div class="markItUpHeader" trough template css(developers ??).It`s no good for templates !!
.markItUpHeader {
font-weight: bold !important;
}
chosig wrote:loly wrote:OK, but it`s some problem. I modify \pivot\includes\markitup\markitup.css, because i don`t know how to change width of div class="markItUpHeader" trough template css(developers ??).It`s no good for templates !!
try adding "!important" that class in your .css file to over-ride the one in markitup.css
for example (in your "style".css)
- Code: Select all
.markItUpHeader {
font-weight: bold !important;
}
font-weight: bold !important;
Users browsing this forum: No registered users and 2 guests