some changes possible?
some changes possible?
9 years 11 months ago - 9 years 11 months ago
Hi,
now I returning as a customer because I am really happy with your service and products.
But I found something I don´t really like, my coise was the NTS JC Flat because I have the same theme for kunena. But somehow the header writing doesn’t fit to the design, so I want to ask you if it’s possible to change it like the category on the kunena one and how i can archive it?
On the Image you see on the right side the original one and on the left one like the kunena category.
thanks again in advance for your help
now I returning as a customer because I am really happy with your service and products.
But I found something I don´t really like, my coise was the NTS JC Flat because I have the same theme for kunena. But somehow the header writing doesn’t fit to the design, so I want to ask you if it’s possible to change it like the category on the kunena one and how i can archive it?
On the Image you see on the right side the original one and on the left one like the kunena category.
thanks again in advance for your help
Last edit: 9 years 11 months ago by Robert79.
Please Log in or Create an account to join the conversation.
Re: some changes possible?
9 years 11 months ago
Hi Robert,
Great site, open the template.css file in the "templates/t3m4-news/css/" path and to add bellow CSS rules to the bottom of file.
Refresh your site, you will see the red border under the jcomments heading. Please let's me know if if does not work.
Best regards,
Great site, open the template.css file in the "templates/t3m4-news/css/" path and to add bellow CSS rules to the bottom of file.
Code:
#comments h4.visible {
position: relative;
}
#comments h4.visible::before {
background-color: #E82E0C;
content: "";
display: block;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
width: 163px;
}
Refresh your site, you will see the red border under the jcomments heading. Please let's me know if if does not work.
Best regards,
The following user(s) said Thank You: Robert79
Please Log in or Create an account to join the conversation.
Re: some changes possible?
9 years 11 months ago - 9 years 11 months ago
Thank you, I hope I will find more stuff and themes in your store like JEvents in the further, I am really happy with your support and themes.
I manage it with following and got it to work. Only one done fall, the grey line is under the orange one, is there a way to fix this to? I will try margin if its not work, i will come back to you. Thanks a lot.
I manage it with following and got it to work. Only one done fall, the grey line is under the orange one, is there a way to fix this to? I will try margin if its not work, i will come back to you. Thanks a lot.
Code:
#comments h4.visible::before {
width: 97px !important;
}
#jc h4.visible {
position: relative;
font-size: 16px;
color: #eee !important;
text-decoration: none !important;
line-height: 44px;
font-family: inherit;
font-weight: bold;
text-transform: none !important;
}
#jc h4.visible::before {
background-color: #e65100;
content: "";
display: block;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
width: 163px;
}
Last edit: 9 years 11 months ago by Robert79.
Please Log in or Create an account to join the conversation.
Re: some changes possible?
9 years 11 months ago
Its worked - its just jumpy, when you quick scroll :
Code:
#comments h4.visible::before {
width: 97px !important;
}
#jc h4.visible {
position: relative;
font-size: 16px;
color: #eee !important;
text-decoration: none !important;
line-height: 44px;
font-family: inherit;
font-weight: bold;
text-transform: none !important;
}
#jc h4.visible::before {
background-color: #e65100;
margin-bottom: -2px;
content: "";
display: block;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
width: 163px;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.233 seconds