-
AuthorPosts
-
May 29, 2019 at 5:54 pm #1105222
Hello,
I’ve created an icon-list and set a custom css-class to it. What is the css-code to make adjustments on the font of the textfield? I couldn’t find the solution.
Thank you!
NiklasMay 29, 2019 at 7:48 pm #1105251Hey Niklas,
Can you add more context to the question? Do you have a screenshot? What are you looking to achieve? Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonMay 29, 2019 at 11:10 pm #1105299Yes, I’m sorry for the little context!
So, I’ve created an icon list and I would like to change the fontsize of the content-field (not sure, if that is the right word). Here is the screenshot: https://beyond-limitation.com/screenshot/ (I’ve given the login/pass in private). In the ALB I can set the font size, but there is 14 and the next is 18, I’d like to have a size in between.
That’s why I had the idea of giving the icon-list a custom css. I don’t want to change the font size of all icon-lists, just of the one on that specific page (https://beyond-limitation.com/work-with-me/)
I hope, it got clearer now.
I’ve sent all necessary information via private.Thank you again!
NiklasJune 1, 2019 at 6:50 am #1105971Hi Niklas,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1342 .iconlist_content p { font-size:16px !important; }
Best regards,
RikardJune 1, 2019 at 10:02 am #1106026Hello Rikard,
thank you for the reply. That doesn’t work for me. I added the code to my custom-css, cleared the cache several times and the font-size doesn’t change (I put in 32px to test it).Best regards,
NiklasJune 2, 2019 at 4:49 am #1106257Hi Niklas,
Did you make sure to delete the old CSS and JS files under Enfold->Performance before checking? You could try this CSS as well:
.page-id-1342 .iconlist_content p span { font-size:16px !important; }
Best regards,
RikardJune 2, 2019 at 12:02 pm #1106347That did it.
Thank you very much!June 3, 2019 at 3:26 am #1106534Hi,
Glad Rikard could help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Icon List Content Adjustments’ is closed to new replies.