Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #407691

    Hi,
    I have searched these forums for a solution and have succeeded only in changing the colour of the title text, and the size of the icon, using these (below) in QuickCSS. What do I need to add to change the size of the title and the body of the iconlist?
    thanks

    .avia-icon-list .iconlist_title {
    text-transform: normal;
    color: #C14000 !important;
    }
    .avia-icon-list .iconlist_icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 500px;
    }

    #407749

    Hi petercohen ;
    try to add these lines ;

    .avia-icon-list .iconlist_title h4{font-size: 45px;}
    .main_color .iconlist_content p {font-size: 25px;}
    

    adjust the size as you like

    #408029

    Hey petercohen!

    Did you try @begrafiks suggestion?

    Regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.