1. Tabs: How do I align the body text in Tabs to align left rather than center?
2. Service Grid: Is this controlled through visual composer, or slider revolution? I can only update text, not appearance. How do I change the color when I rollover the service?
3. I want the portfolio on the home page and the minimal portfolio main page to have the same rollover effect. On the homepage, the entire photo becomes darker and the text slides up. On the minimal portfolio, the photo stays the same and a gray box pops up in the middle. I want the minimal portfolio rollover effect to change to match the homepage portfolio rollover effect. Where can I change this?
1. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:
.features div[class*="col-"] h4, .features div[class*="col-"] p {
text-align: left;
}
2. The service grid available in visual composer, not sure why the text not appearance for you. You can change the background color with this custom style:
.grid.alternate .row div[class*="col-"]:nth-child(even):hover {
background-color: type your color here;
}
3. I can help you setup an example, please provide wplogin and website address through private reply.
I pasted the two css codes at the bottom of the style.css sheet, but it is not updating. Is it inserted correctly? (see screenshot).
My site is not live yet (I am creating on local host first) so I don't have a web address for you. Can you send an example via screenshot? Or I can send you information that you need if you tell me what you need to see.
It's still not updating. I am pasting it at the very bottom of the file and I am not deleting anything else. Am I missing a bracket somewhere? Is there some other detail I am missing?
1. Tabs: How do I align the body text in Tabs to align left rather than center?
2. Service Grid: Is this controlled through visual composer, or slider revolution? I can only update text, not appearance. How do I change the color when I rollover the service?
3. I want the portfolio on the home page and the minimal portfolio main page to have the same rollover effect. On the homepage, the entire photo becomes darker and the text slides up. On the minimal portfolio, the photo stays the same and a gray box pops up in the middle. I want the minimal portfolio rollover effect to change to match the homepage portfolio rollover effect. Where can I change this?
Thanks
Any replies on this? It's been quite awhile...
Hi,
Sorry for late.
1. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:
.features div[class*="col-"] h4, .features div[class*="col-"] p { text-align: left; }2. The service grid available in visual composer, not sure why the text not appearance for you. You can change the background color with this custom style:
.grid.alternate .row div[class*="col-"]:nth-child(even):hover { background-color: type your color here; }3. I can help you setup an example, please provide wplogin and website address through private reply.
Best Regards,
Jelly Team
Thanks for your help!
I pasted the two css codes at the bottom of the style.css sheet, but it is not updating. Is it inserted correctly? (see screenshot).
My site is not live yet (I am creating on local host first) so I don't have a web address for you. Can you send an example via screenshot? Or I can send you information that you need if you tell me what you need to see.
Hi,
Sorry for my mistake, maybe you can try again with this custom style:
.banner-tabs .carusel-tabs-text .carousel-cell h2, .banner-tabs .carusel-tabs-text .carousel-cell p { text-align: left !important; }Best Regards,
Jelly Team
It's still not updating. I am pasting it at the very bottom of the file and I am not deleting anything else. Am I missing a bracket somewhere? Is there some other detail I am missing?
Hi,
Please provide wp login and website url so I can check it with myself. Please use private reply to send it.
Best Regards,
Jelly Team