• Resolved celinepejot

    (@celinepejot)


    Hi,

    I posted here a few days back and got a quick and appropriate answer so thought I’d come back for more help.

    I have 3 questions:

    • Blog posts: I don’t want my custom image from the blog caroussel to show up on the blog page. I’d like the exact same behavior than when the default images are enabled. How can I achieve this?
    • Number of blog posts/projects: Is there a way to display more than 4 blog posts and projects on the main page? Do I have to modify the section-news.php and section-works.php or is there an easier way?
    • CTA subtitle: I’d like to increase the font-weight of the CTA subtitle so I tried to implement this line in my CSS file but it doesn’t work:
      .intro-tagline{
      font-weight:bold !important;
      }

      Can you point out what I did wrong?

    Btw, I’m running a child theme.

    My site: https://www.celinepejot.com

    Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ion Rutz

    (@ionrutz_machothemes)

    Hello @celinepejot,

    The tagline weight should work as expected, I checked out the code and is working. Try adding the code after @import inside Dashboard > Appearances > Editor > Style.css:

    .intro-tagline{
    font-weight: 700;
    }

    Unfortunately, in the lite version of Pixova you are stuck to the predefined 4 projects and also only the 4 blog posts view.

    I’m not sure what is the blog post picture problem so maybe you can send me some screenshots since the website is in development mode and I cannot get a live preview of it.

    [ Redacted ]

    Best regards

    Thread Starter celinepejot

    (@celinepejot)

    Sorry I forgot to deactivate the maintenance mode ?? The website is now available.

    Thank you for the CSS code, it works like a charm!

    Regarding the images for the blog posts, you can see that on the home page, I use the default images for the first two posts and when you click on one of this two posts, the default image doesn’t appear above the post (which is great). But for the third and fourth posts, I use a custom image and this image appear above the post when you click on it.
    I’d like to have the behavior of the default images but with my custom images. Am I clearer?

    Thanks again for helping out!

    Céline.

    Seems fixed.

    Thread Starter celinepejot

    (@celinepejot)

    Actually, it is not fixed. I don’t want my custom images from the carrousel to appear above the blog post like it does on this page : https://www.celinepejot.com/blog-articulate/curseurs_sl2/

    I’d like it not to appear above the blog post, like on this page : https://www.celinepejot.com/elh/marqueurs-interactifs/ This is the behavior I’d like to have.

    Could you please explain the procedure to do so? I am not a programmer but I don’t mind getting in the code.

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog images number of blog posts/projects CTA subtitle font size’ is closed to new replies.