Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1184969
    koosang153
    Participant

    HEllo,
    if you see the very bottom of the page I just created
    http://www.naver.design

    Issue 1:::::::
    there are two buttons, one image, one button from default,
    I had some problem making the button to look like the image

    “types not in all caps, libre baskerville for the font, and white outline”
    when there’s dark image bg, I want the btn to be white outlined and also want to change the font,
    Please let me know how to do.

    Issue 2:::::::
    The button image keeps on going back to align to left when I link the image to the page I want to link to. without linking function, it goes back to center.
    I think its value is inherited from some body contents, for body contents as well, if it’s image that is linked to some page or some url, I want it to adjust the alignment through corner stone.
    How should I fix this?

    Please help!

    #1185063
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1185086
    koosang153
    Participant
    This reply has been marked as private.
    #1185440
    Jade
    Moderator

    Hi there,

    Add read-story-btn class to the button and read-story-img class to the button image then add this CSS in the customizer:

    .read-story-btn {
      color: white; 
      text-transform: capitalize; 
      font-family: "Playfair Display",serif; 
      border-color: #fff;
    }
    
    .read-story-img {
        display: block;
        width: 100% !important;
    }
    
    .read-story-img img {
        width: 145px;
    }

    Hope this helps.

    #1185451
    koosang153
    Participant

    Thank you

    But still i have the alignment issue that
    Image with link is forced to left align so i cant make the btn image to center.

    And other image with link is forced to set to left align instead of centered to the section.

    Please do advise.

    #1185479
    koosang153
    Participant

    How can I take out the grey shadow under neath read our story btn?

    #1185904
    Rad
    Moderator

    Hi there,

    Are you referring to read more image? Since you already added width on it, then you can align it on center by adding this alongside with the width you added (under Style option).

    margin: 0 auto;

    That styling will center it. How about the gray shadow? Would you mind providing a screenshot?

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1184969 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>