Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!
    Niklas

    #1105251

    Hey 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 Shannon

    #1105299

    Yes, 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!
    Niklas

    #1105971

    Hi 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,
    Rikard

    #1106026

    Hello 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,
    Niklas

    #1106257

    Hi 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,
    Rikard

    #1106347

    That did it.
    Thank you very much!

    #1106534

    Hi,
    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon List Content Adjustments’ is closed to new replies.