Forum Replies Created
-
Author
-
June 2, 2016 at 01:12 in reply to: Visual composer row collapsed when added row inside a row #124047
Laura
ModeratorNot marked as solutionLaura
ModeratorHello, for: 1- How did you build it like that? The menu and the slider, did you add any css? 2- The theme doesnt have a facebook comment feature for products, so if you have a plugin that adds that, just delete it. I do not have a mac to test it, can you try to deactivate some plugins and testing again? For the related products, add this to style.css of child themediv#jp-relatedposts { display: none !important; }
About the picture speed, that is not available right now 3- To change the color, use this css at style.css of child theme.icon-basket-full-alt:before { color: black; }
For the transparency, you can use this instead.icon-basket-full-alt:before { color: rgba(0, 0, 0, 0.3); }
For the fonts, check http://codex.wordpress.org/Playing_With_FontsLaura
ModeratorHello, i see the issue now, do the following, go back to the original, delete the code you used to hide the form and add this to style.css
COPY CODE.form-wrapper { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, tryli#album-personal-li { display: none !important; }
About the age issue, can you share admin credentials so i can check it out?Laura
ModeratorHello, glad to help 🙂
For bold, use thisCOPY CODE.form-search label { font-weight:700; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try this
COPY CODE.form-search label { color: black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts