Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981003
    ArchStanton1
    Participant

    Hello There,

    Here is my blog posts page where I put the essential grid shortcode: http://www.temptingbody.hu/blog/

    I would like to increase the width of the “black box” BUT only on this page. The post pages should be stay the same as the current width.

    Here is a pic. what I want to achive:
    http://imgur.com/5Md5NcZ

    On the other I would like to change the recent post link’s colour from blue to greay but the blog post links should stay blue furthermore:
    http://imgur.com/mEawCnG

    Thank you in advance.

    Zoltan

    #981015
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .page-id-368 .x-container.max.width.offset {
        width: 100%;
        max-width: 98%;
    }
    
    .widget ul li a:hover{
        color: hsl(0,5%,90%);
    }
    

    Hope it helps.

    #981161
    ArchStanton1
    Participant

    Perfect! Thank you!

    Zoltan

    #981182
    Rupok
    Member

    You are welcome Zoltan!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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