• kajsaeditelisabet

    (@kajsaeditelisabet)


    Hi i cant find where to change color of right side block ( grey) and colors oftiles (orange) also i dont know how to make size smaller or change font on name ( in the ritht corner). I cant find where to get 3 column, i have only two at the momnet thanks!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kajsaeditelisabet

    (@kajsaeditelisabet)

    Theme Author Viva Themes

    (@vivathemes)

    Hi,

    Please check this other topic that shows how to change colors
    https://wordpress.org/support/topic/how-do-you-change-colors

    To change font size, in style.css file here

    #rightbar {
    	width: 29%;
    	float: right;
    	font-size: 14px;
    	margin-bottom: 40px;
    	margin-top: 8px;
    }

    The columns of the tiles depend on your browser width, the wider the browser, more columns will fit.

    To change the background color of the title and the border for the tiles, look in custom.css file for this code

    .grid li h2.entry-title {
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	margin: 0;
    	padding: 10px 20px;
    	width: 100%;
    	background: #FE6A68;
    	color: #fff;
    	text-transform: uppercase;
    	letter-spacing: 1px;
    	font-weight: 800;
    	font-size: 1em;
    	-webkit-transition: -webkit-transform 0.2s, color 0.2s;
    	transition: transform 0.2s, color 0.2s;
    	line-height: 160%;
    }

    and this

    .grid li.shown:hover > a::before {
     border-width: 14px;
     border-color: #FE6A68;
    }

    change background-color code and border-color code.

    Edy

    Thread Starter kajsaeditelisabet

    (@kajsaeditelisabet)

    Thank you Edy but I cant work with html. I was hopeing i could change colors and fonts/ size of fonts on page like screen opt. I guess not? Can one do that if using premium instead? Do you know? thank you ( i am not at all good at this kind of things obviously)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change color on meny and tiles and size of name on theme Tiles’ is closed to new replies.