edit font size of main title

  • Unknown's avatar

    The Blog I need help with: http://yesindeed.de

    Hey everyone,

    I want to have a bigger font size for the main title of the featured blog post (the one at the top “Avocado Superfood?”).

    I tried to change the font size in the additional CSS section, but changing “3.2rem; to 4.2rem” or “h2 to h1” or “line-height: 122% to 150%” has no effect.

    .mvp-feat2-main-title h2,
    
    .mvp-feat2-main-title h2 {
    	background-color: rgba(0,0,0,.8);
    	box-decoration-break: clone;
    	-webkit-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
    	   -moz-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
    	    -ms-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
    	     -o-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
    		box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8);
    	color: #fff;
    	display: inline;
    	font-size: 3.2rem;
    	font-weight: 700;
    	line-height: 122%;
    	}
    
    .mvp-feat2-main-title h2:hover {
    	color: #ffee00;
    	}
    
    .mvp-feat2-main-title h2.mvp-stand-title {
    	font-size: 2.2rem;
    	line-height: 125%;
    	}

    Anyone to who knows what to do?

    Many thanks,
    Anke

  • Unknown's avatar

    Hello Anke,
    http://yesindeed.de/ is not hosted on WordPress.COM. It hosted on BlueHost and is using the WordPress.ORG software package.

    You have posted your issue in the wrong forum. This forum only supports the sites hosted on WordPress.COM and not elsewhere.

    Both(WordPress.COM and WordPress.ORG) are different products. You can find out the differences between them here: https://en.support.wordpress.com/com-vs-org/

    To get help, please post your question on the WordPress.ORG support forum: https://wordpress.org/support/

    We are really sorry that we cannot help even tough we want to. Hope you issue gets resolved ASAP.

    Thanks!

  • Unknown's avatar

    Oh, okay, thanks! I’m sorry about that!

  • Unknown's avatar
  • The topic ‘edit font size of main title’ is closed to new replies.