Adding button to a footer

  • Unknown's avatar

    Hi, in my site here: https://kahol.co.il/2016/09/29/ds/
    you can see that under the entry-hero I added a grey “footer”
    this is what I used to create it:

    .single .entry-hero::before {
    		content: 'טקסט טקסט טקסט טקסט טקסט טקסט טקסט BUTTON';
    		color: #000;
    		font-size: 1.2em;
    		padding: 1em;
    		position: relative;
    		display: block;
    		top: 43vw;
    		text-shadow: none;
    		text-align: center;
    		background: rgba(0,0,0,.3);
    	}

    Now, the problem I have is that I want to put a button in the footer but dont know how to do that since its “content”…
    Maybe there is another way to create the result I wish? I want a footer with a call to action button under the entry-hero – how can it be done?

    thanks alot!
    really thankful for help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, I see the grey band below the hero section, but I’m not seeing the any CSS associated with that. Can you explain a bit more what you are wanting and where you wish it placed? The text in the grey bar indicates you wish it to be at the bottom of the page.

  • The topic ‘Adding button to a footer’ is closed to new replies.