Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1373853

    Hello Mike,

    you earlier helped me out with a button in the footer. I tried using the shortcode wand, but when once I have made the initial edits, Im unable to go in again and reenter shortcode wand mode. Do you have way to do that?

    I would like it to just be a black button with white text inside saying “Blog”.

    Right now theres a picture of a boat in a lake there, as I tried to make an image widget, but I ended up not being able to put text on top of it…

    #1373900

    Hey AuroraArcus,
    Thank you for your question, for reference for future readers this was the example thread on using the shortcode wand that you are referring to.
    Unfortunately, there is not a way to re-edit the shortcode that is created with the shortcode wand, so if you need to adjust the code you will need to re-create the button again.
    The alternative is to Enable the Avia Layout Builder Debugger and on a new page create the button with the Advanced Layout Builder button element and then text it on the frontend to see if it fits your needs and adjust to suit, then once you are satisfied copy the shortcode from the debugger widow below the builder window.
    Please note that both ways use the same button element builder and both ways generates the same shortcode, so it is just a matter of which way is easier for you to work.
    Also note that you could copy element shortcode from any existing page in the debugger window, but if there are multiple elements you will just want to be careful when copying the code.

    Best regards,
    Mike

    #1374137

    Hi again Mike,

    Thanks for your answer.

    I tried to make a button, but for some reason, it wont let me give it a white text. Can you help me out making the text white? It’s the black button in the bottom left corner on https://denkognitivediamant.dk/

    #1374146

    Hi,
    Thanks for the login, the new button was using the same custom class widget-book as the other button so the custom css was changing the text color.
    I changed the custom class for the button to widget-blog and added it’s own custom css in your Quick CSS.

    #footer .widget-blog a {
    	color:#fff;
    	font-weight: 700;
    text-transform:uppercase;
    font-family: "comfortaa" !important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1374150

    Amazing. Thanks again Mike :)

    #1374153

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button for blog’ is closed to new replies.