By Theo Chambers on Monday, 04 January 2016
Posted in General
Replies 1
Likes 0
Views 597
Votes 0
1 - I selected the Blue Theme for my blog and because of that, when I try to create an article, the top bar with the below links are invisible. How can I turn those text to white so I can see them?

Add Media Add Post Embed Video Add Cover Add Location

2 - I need to move the Read More from the bottom to right below the last paragraph so its more visible. It's too hidden at the bottom of everything else.

Thanks
Hey Theo,

I am sorry for the delay of this reply,

1 - I selected the Blue Theme for my blog and because of that, when I try to create an article, the top bar with the below links are invisible. How can I turn those text to white so I can see them?

Add Media Add Post Embed Video Add Cover Add Location

it seems like that was your current template override Easyblog styling, I've applied some css fix in JoomlaFolder/templates/ol_ostre/css/override.css

/* override back styling in Easyblog composer top bar */
div#fd.eb .eb-composer-toolbar-item span {
color: #fff !important;
}

div#fd.eb .eb-composer-toolbar-item :before {
color: #fff !important;
}



2 - I need to move the Read More from the bottom to right below the last paragraph so its more visible. It's too hidden at the bottom of everything else.

I've applied some css fix into JoomlaFolder/templates/ol_ostre/css/override.css


/* adjust the read more button to right */
div#fd.eb .eb-post-foot .col-cell.eb-post-more {
float: right !important;
margin-top: -8px !important;
}

It should work fine now.
·
Monday, 04 January 2016 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post