Simple problems

Hello I have some problems with the blog. First, in relation
to removing the "Read more" button shown in image 1, I already
deactivated in the theme options, but it does not come out (image 2). Second,
how do I remove that magnifying glass and link, as a print on image 1 (I would
like only the image to appear without this effect). And lastly, how do I get
the title of the blog further down (image 3)?

fist image: https://prnt.sc/s1hkg4

second image: https://prnt.sc/s1i0oi

third: https://prnt.sc/s1hkdz

Comments

  • Hello,
    1. Read more can be only removed from the Muffin BUilder items. The default blog page does not have this options available.
    2. You can change that in theme options>global>general under image frame style.
    3. We are not sure where this title is inserted in, we could guess that this is the subheader, you can increase the top padding of the subheader in theme options>heade&subheader>subheader
    If, this does not work, send us a link. We could also help you with custom css to hide that "read more" button.
    thanks
  • Hello, I tested the suggestions to change in the theme
    options, but no effect, follow the link: https://idpubli.com.br/o-que-sao-e-como-utilizar-os-kpis/

    Could you also give me a custom CSS to hide the "read
    more" button?

    Thanks

  • Another thing that I ended up forgetting, I know that there
    is an option, but I'm not finding it. How do I disable the slide icon to go up?
    The one that is an arrow "^"

  • Please use this CSS code:
    body.blog .post-footer{
    display:none !important;
    }


    About that slide icon, please go to the Theme Options > Footer and scroll down to the section named "Extras" and set to hide the "Back to Top button"
    I wanted to attach the screenshot, but the hosting image server is not working right now.

    Thanks
  • perfect friend!
  • What about the title? The option you recommended did not
    work "3. We are not sure where this title is inserted in, we could guess
    that this is the subheader, you can increase the top padding of the subheader
    in theme options> heade & subheader> subheader

    If, this does not work, send us a link. We could also help
    you with custom css to hide that "read more" button."

    What do I do?

  • I was thinking better and I will not exclude "Leais
    Mais" (which means read more), but I will change the background color of
    the "Read More" button, I just don't find this in the theme options

  • We suggest to use a CSS code, because this code is the same as a theme color and you would have to change the color for all of the elements.
    a.post-more{color:red !important;}
    Thanks
Sign In or Register to comment.