Support Forums for LiveMesh Themes & Plugins › Forums › Elementor Addons Support › Customise "Read More" Button in the Post Grid
Tagged: #postgrid #button #customise
- This topic has 4 replies, 3 voices, and was last updated 7 years, 12 months ago by
Raghavendra.
-
AuthorPosts
-
January 28, 2018 at 7:55 pm #29063
Luke Blezard
ParticipantHi Guys,
Hope all is well.
I wanted to ask how i might go about customising the “READ MORE” button in the Post Grid section. When i go into the “Edit Livemesh Grid” options in the Elementor dashboard (as shown per screenshot), i only get the options to change the actual colour of the text and not the styling of the button.
I would like to be able to do the following:
1. Change the default colour of the button border (i.e when it’s inactive) to a different colour.
2. Change the rollover background fill colour (is currently grey as shown in screenshot).Grateful if you could explain how i can do this many thanks.
Best
Luke
January 29, 2018 at 9:03 am #29076Veena
ModeratorCan i get a link to specific page, pls?
January 29, 2018 at 1:13 pm #29080Raghavendra
ModeratorAt present, we let CSS handle this since we were not sure everyone would prefer it to be a button and not be just a simple link. You can try this custom CSS input in plugin settings window –
.lae-module .lae-read-more a { background: #38566f; border-color: #38566f; color: #fff; } .lae-module .lae-read-more a:hover { background: #6a96bb; border-color: #6a96bb; color: #fff; }January 30, 2018 at 1:40 pm #29094Luke Blezard
ParticipantHi Guys,
Thanks very much for your quick reply. The code that was sent does indeed allow me to make the changes i need in the Elementos CSS panel.
However, when i save it the theme is overriding the code. At the moment i am using the below code. I would be grateful if you advise me why the important rule is working…
Here is the link the page is am trying to change FYI: https://lukeblezard.com/blog
.lae-module .lae-read-more a { background: #964d00; border-color: #964d00; color:
#fff !important;
}
.lae-module .lae-read-more a:hover { background: #1b1b1c; border-color: #964d00; color:
#fff !important;
}Many thanks in advance for your help.
Best
Luke
January 31, 2018 at 3:06 pm #29116Raghavendra
ModeratorCan you pls try this –
.lae-module .lae-read-more a { background: #964d00 !important; border-color: #964d00 !important; color: #fff !important; } .lae-module .lae-read-more a:hover { background: #1b1b1c !important; border-color: #964d00 !important; color: #fff !important; } -
AuthorPosts
- The forum ‘Elementor Addons Support’ is closed to new topics and replies.