bigger and red color load more button

Posted in: Newspaper
Post count: 21

Hi there,

I have found out that the majority of my audience (based on the survey and the majority of my older folks audience 50 – 65+) dont realise that there is a LOAD MORE button after the many content block.

My question is:

1. how can i make it bigger and change the color to RED.
2. how can i modify the text, for example: CLICK HERE FOR MORE NEWS. or other texts.
3. this also referring to to the NEXT PREVOIS button as well, how can it be modified like the color and size.

Thank you so much for all of your help and guide!

Post count: 21

this is what i meant... the LOAD MORE button after the content blocks

Post count: 23312

Hello sarawakv,

1)If you want to increase the size of your load button, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS box.

The code is ->

.td-load-more-wrap a:hover {
background-color: red;
border-color: red;
color: black;
}
.td_ajax_load_more {
font-size:20px;
background-color:red;
}

2)If you want to change the Load more button to another desired text, you have to do that from Theme panel, like this -> http://screencast.com/t/0DmijpusL0

3) Please try the following code and place it in Theme panel.

The code is ->

.td-next-prev-wrap a {
width: 35px;
height: 35px;
line-height: 35px;
border: 1px solid red;
text-align: center;
vertical-align: middle;
font-size:10px;
color: black;
background-color:red
}
.td-next-prev-wrap a:hover {
background-color: green;
border-color: green;
color: white;
}

Hope this helps!

Thanks.

Post count: 21

thank you so much.. may God bless u with ur patient and kindness… all work so fine!

Post count: 23312

Hello sarawakv,

I am glad that I could help you.

Thank you for your appreciations!

Have a nice day!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.