Forum Replies Created
-
AuthorPosts
-
That worked, thank you! You can mark this as resolved.
Thank you! Resolved.
Will do! Thanks for the response.
That did the trick! Thank you!
This reply has been marked as private.How do I increase the size of the caption title and text on mobile devices? I was able to get it closer to what I am looking for but the text is way too small and difficult to read right now on my iPhone.
This reply has been marked as private.Thanks Elliott! Worked perfectly!
I already cleared the browser cache numerous times and flushed it on my managed wordpress hosting and it didn’t change anything. However, I was able to figure it out. I added a section ID to the color section the portfolio was contained in and targeted the section with #portfolio and it worked. Thanks for all the help!
Thanks Ismael! So I’m a little confused…I put this code in the Quick CSS but it didn’t do anything. Am I missing something?
.page-id-7912 div .no_margin { margin-left: -2px; margin-top: 0; }
Thanks Josue! That worked perfectly!
Resolved!
Thank you very much! Resolved
Resolved, thank you!
That did it, thanks!
This reply has been marked as private.This didn’t work
That did the trick. Thanks!
Well that was easy! Thanks for the help…resolved.
This reply has been marked as private.This reply has been marked as private.Ok I figured it out. Thanks!
That fixed it! Thanks again for the awesome support!
This reply has been marked as private.The enfold 3.0 update fixed this issue so you can mark as resolved. Thanks!
This reply has been marked as private.This reply has been marked as private.Ok I will try this out. Thanks!
Thank you for the awesome support as always! Resolved.
Thanks for the quick response Yigit!
I need some more slight modifications. I changed up the color scheme a little bit and am having some issues.
1. I want the plus icon to show up the same as the text color #666666 when not active
2. When I hover my mouse over the open active title or open a toggle on a mobile device the blue background color #2c5b9c and white text go away. How do I get this to remain when I hover my mouse over the open active title or open one on a mobile device?Here’s the Quick CSS I have so far:
.main_color .toggler { background: #f1f1f1; color: #666666; } .main_color .toggler:hover { color: white; background: #2c5b9c; } .toggler, .main_color .toggler.activeTitle { background: #2c5b9c; color: white; } .main_color .toggle_content { background: white; }
-
AuthorPosts