Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chrisdevelop

    (@chrisdevelop)

    I have looked at youtube and all of them say select a theme and activate it, then they go to the site and the template is there in full colour. I followed exactly what they say yet mine has no pictures and no template can anyone tell me why please.
    http://www.fabulx.com/development/

    Thread Starter chrisdevelop

    (@chrisdevelop)

    I think this is the code for it, but i have no idea how to change it from dots to words

    .post-template-1 .title, .single-template-1 .title, .post-template-1 p, .post-template-1 .details, .single-template-1 .details, .single-template-1 .single-content {
    	display: block;
    	width: 100%;
    	margin-bottom: 20px;
    	position: relative;
    }
    .post-template-1 .title, .single-template-1 .title {
    	font-size: 45px;
    	font-weight: 700;
    	letter-spacing: -2px;
    	line-height: 110%;
    }
    .post-template-1 .title a:hover {
    	text-decoration: underline;
    }
    .post-template-1 p, .single-template-1 .single-content {
    	font-size: 20px;
    }
    .post-template-1 .details, .single-template-1 .details {
    	height: 48px;
    	line-height: 48px;
    }
    .post-template-1 .details .post-small-button {
    	width: 48px;
    	text-align: center;
    	border-width: 2px;
    	border-style: solid;
    	font-size: 11px;
        text: Read More;
    	-webkit-box-shadow: 0 2px 0 rgba(225,225,225,0.5);
    	-moz-box-shadow:    0 2px 0 rgba(225,225,225,0.5);
    	box-shadow:         0 2px 0 rgba(225,225,225,0.5);
    }
    .post-template-1 .details .post-small-button a {
    	display: block;
    	width: 52px;
    	height: 100%;
    }
    .post-template-1 .details .p-share {
    	border-left: none;
    }
    .post-template-1 .details .p-share.opened {
    	position: absolute;
    	top: 0;
    	left: 48px;
    	z-index: 2;
    }
    .post-template-1 .details .p-share .contents {
    	width: 100%;
    	display: none;
    	text-align: left;
    	padding: 0 0 0 20px;
    	position: relative;
    	opacity: 0;
    }
    .post-template-1 .details .p-share .contents em, .post-template-1 .details .p-share .contents a {
    	float: left;
    }
    .post-template-1 .details .p-share .contents em {
    	line-height: 48px;
    	margin-right: 10px;
    }
    .post-template-1 .details .detail, .single-template-1 .details .detail {
    	display: inline-block;
    	font-size: 11px;
    	font-weight: 700;
    	letter-spacing: 1px;
    	text-transform: uppercase;
    	margin-left: 25px;
    }
    .post-template-1 .details .detail em, .single-template-1 .details .detail em {
    	font-style: italic;
    	text-transform: lowercase;
    }
Viewing 2 replies - 1 through 2 (of 2 total)