- This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Default buttons won't display in 2 of 3 home page widgets
Tagged: button not showing
Hi All,
website: http//dev6.khtestsite.com
I’m using the Genesis Featured Page Advanced Plugin (which I’ve used before with this theme) and for some reason it shows the default button style on only the first widget. I’ve combed through my settings and everything is the same in the settings.
Can anyone tell me why the button won’t display on widgets 2 and 3?
Thank you 🙂
Kirsten
You are showing the post at 2nd and 3rd column. And 1st column you are showing the page. So you would modify the style.css file. Replace this line .home-middle .featuredpage .page a.more-link
with .home-middle .featuredpage a.more-link
in entire file.
Wonderful! That cleared it up. Thank you Chinmoy!