Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1064679
    Ian_Bonner
    Participant

    Hello!

    Is it possible to make the ‘Read more…’ text a regular font as opposed to bold, as seen here?

    http://www.bcreativebranding.co.uk/blog/

    ————————————————————–

    and also is it possible to move the blog post title seen here:

    http://www.bcreativebranding.co.uk/logo_brand_identity/

    …so that it lines up ranged left above the green line and fits between the line also to fit in with the rest of the page alignment in this and future posts?

    Thank you in advance.

    http://www.bcreativebranding.co.uk
    Wordpress V 4.5.3
    X Theme Integrity
    Cornerstone V 1.2.4

    #1064800
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can adjust the “read more” text with the custom CSS below on your customizer.

    .more-link {
    font-weight: 100;
    font-size: 100%;
    }

    And this to align the title on the green line

    .single .entry-header {
    	margin-left: 5%;
    }

    Hope it helps, Cheers!

    #1064907
    Ian_Bonner
    Participant

    Thank you!

    The font weight works great across the board, however, the line alignment works on my computer (mac) but it is still out on mobile devices? i.e. iPhone and iPad

    #1065003
    Thai
    Moderator

    Hey There,

    There is missing a closing bracket(}) in your custom CSS.

    Please find this CSS:

    @media ( min-width: 980px ) {
    .x-portfolio .entry-extra {
      position: absolute;
      right: 15px;
      top: 50px;
    }
    .single .entry-header {
    	margin-left: 5%;
    }
     .more-link {
    font-weight: 100;
    font-size: 100%;
    } 

    And replace with this:

    @media ( min-width: 980px ) {
    	.x-portfolio .entry-extra {
    		position: absolute;
    		right: 15px;
    		top: 50px;
    	}
    }
    .single .entry-header {
    	margin-left: 5%;
    }
    .more-link {
    	font-weight: 100;
    	font-size: 100%;
    }

    Hope it helps 🙂

    #1065020
    Ian_Bonner
    Participant

    All done! Thank you! 🙂

    #1065103
    Rupok
    Member

    You are welcome!

    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-1064679 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>