Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986604
    Alex
    Participant

    Hi Team, I’m running into something strange today, when I click on an item it sometimes gets a blue box around it.

    Also I have a few blog page questions;

    can you help me set a background like the one on integrity with a card style post and grey background. But only for the article page. http://theme.co/x/demo/integrity/1/5-reasons-you-need-the-x-theme/

    How did you manage to get featured post images in the sidebar of the post (same link)

    Can I reduce the size of the leave a reply box ?

    Thanks for all your help I look forward to hearing back from you!

    #986605
    Alex
    Participant
    This reply has been marked as private.
    #986609
    Alex
    Participant

    fixed the border problem with the following code :

    a:link,
    a:visited,
    a:hover,
    a:active {
    outline:none !important;
    border:0 !important;
    }

    Looking forward to hearing back from you regarding the blog design.

    Cheers

    #987089
    Rue Nel
    Moderator

    Hello There,

    To set the background and as a card style featured image in your sidebar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-recent-posts a {
        border: 1px solid #ddd;
        border: 1px solid rgba(0,0,0,0.15);
        padding: 5px 5px 0;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-986604 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>