Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #707145

    Hi.

    I use blog posts like this on our site:
    https://postimg.org/image/adj1t0289/

    How can i change the size on the text here?

    How can i remove category like this:
    https://postimg.org/image/55f4fp1in/

    I want to make the text bigger, centered and remove category and date/time/user for the post.

    Hope for answer :-)

    #707149

    Hey DonHenrik!

    Can you please post the link to your page? :)

    Regards,
    Yigit

    #707177

    Hey :-)

    Yes, but its under construction. Take a look at the bottom of this site:

    • This reply was modified 7 years, 4 months ago by DonHenrik.
    #707182

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-content-slider .slide-entry-title {
        font-size: 20px;
        text-align: center;
    }
    span.blog-categories.minor-meta {
        display: none;
    }
    

    Best regards,
    Yigit

    #707277
    #707549

    Hi,

    Yigit’s code should work, but it’s not reflecting on the frontend, Can you please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #708831

    Thank you :-)!

    #708943

    Hi!

    I have checked on it the w3 total cache was causing the issue. I have disabled minify css of w3 total cache and the code in Quick CSS now shows the expected results :)

    Cheers!
    Nikko

    #709141

    Thank you so much for good support! This is excellent!
    I am asking alot here, because i am new on this. But what is W3 total chache? minify css?
    Is there any guide for this? Good for me to know when i am creating a new website sometime :-)

    #709161

    Hey!

    You are welcome, glad we could help :)

    W3 total cache is a plugin that you are using and it has minifying feature. Cache needs to be flushed and CSS minifying should be disabled after making styling changes.

    Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.