New Landing How can we help? Cardinal Show bullets and change color

Tagged: 

Viewing 15 posts - 1 through 15 (of 19 total)
  • Posted in: Cardinal
  • #290426
    computerarts
    Member
    Post count: 56

    How do I show bullets on lists

      and

    • ? Right now they are hidden.
      Also when activated – how do I get the bullets to be red whitout the font changing to red?
    #290540
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code :-

    ul.listStyle1 li:before {
        content: "\f105";
        font-family: FontAwesome !important;
        color: red; /* or whatever color you prefer */
        margin-right: 4px;
    }

    Thanks
    Mohammad

    #290638
    computerarts
    Member
    Post count: 56

    Thanks but that doesnt work as you can see: http://creativebureau.dk/beirholmsearch/kandidater/

    #290653
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #291175
    computerarts
    Member
    Post count: 56
    #291212
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue so please check it now.
    Thanks
    Mohammad

    #291780
    computerarts
    Member
    Post count: 56

    Thanks for your reply. Is it possible to use a bigger size text in all content text? My client feels that the standard is too small. We might go for at size 14pt or 16pt. I look forward to your reply thanks.

    #291795
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Font Options > Body Fonts > Here you can change the body font.
    Thanks
    Mohammad

    #292121
    computerarts
    Member
    Post count: 56

    Thanks. I have more questions about the footer. I want to hide the Recent post widget’s pictures. please see attachment

    Attachments:
    You must be logged in to view attached files.
    #292125
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .recent-posts-list li .recent-post-details {
        margin-left: 0px !important;
    }

    Thanks
    Mohammad

    #292129
    computerarts
    Member
    Post count: 56

    About the footer “ledige stillinger”: What I want is for the header to wrap the text to next line and then hide the picture, hide the heart, hide the details. So it only displays every post-header title of each blog-post in the category “Ledige stillinger”. I hope you understand?

    #292135
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .recent-posts-list li .recent-post-details > span,.recent-posts-list li .recent-post-image {
     display:none !important;
    }
    
    .recent-posts-list li .recent-post-title {
        text-overflow: initial !important;
    }
    

    Thanks
    Mohammad

    #293868
    computerarts
    Member
    Post count: 56

    Thanks but that just removes the pictures. The text is too aligned to the right still and the hears are still displaying:
    my Wish:
    No image, no heart+number, content text is wrapping to next line.

    #293882
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this:

    .recent-posts-list li .recent-post-image img,
    .recent-posts-list a.recent-post-image,
    .recent-posts-list li .recent-post-details .comments-likes {
        display: none!important;
    }
    .recent-posts-list li .recent-post-details {
      margin-left: 0;
      padding: 0;
    }

    This results in this:

    #294675
    computerarts
    Member
    Post count: 56

    Super that worked thanks!

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register