Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1016644

    Hi there,
    I’m trying to achieve two things on my blog page/category page and single post:

    1) Because our logo is rather big, I’d like to place a transparent divider on top of the page content, so it doesn’t collide with the logo
    and 2) I’d like to make the font size in the menu in the sidebar bigger

    How do I do that? Nothing I’ve tried so far has worked for me.

    Also, I’d like to use the same background image on blog category and single post as on the rest of the site. Is that possible?

    Thank you in advance for your always awesome support!
    /M.

    #1017191

    Hey Malene,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .content .flex_column .widget_nav_menu li a {
        font-size: 16px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1017490

    Thanks a lot. Works like a charm!

    – and yes, we solved number one by resizing the logo :-)

    Thanks!!

    #1017511

    One more thing – and please let me know, if I need to make another thread…

    I’d like our background image to be shown on the blog post page, blog category page, search result page etc as well. How do I go about that?

    Best
    M.

    #1017684

    Hi M,

    Do you mean that you want the background image which is on your front page as a background on the blog, blog category pages and search result pages as well?

    Best regards,
    Rikard

    #1018326

    Yes, exactly :-)

    #1018431

    Hi,

    Thanks for the feedback, could you link to examples of those page directly please. I couldn’t find your blog page for instance.

    Best regards,
    Rikard

    #1018499

    Sure thing, please see private content :-)

    Also, you need to be logged in to see the blog.

    Preferably, Id like to be able to set a default background image like the oneon the home page, so we don’t have to change the image on every single page, if we want to go for another look. But I don’t know if that’s possible?

    Best
    M

    #1018603

    Hi,

    Thanks for that. I see that you have set the background of the blog already. Please try this in Quick CSS for the search and archive pages:

    .search .container_wrap_first, .archive .container_wrap_first {
        background-repeat: no-repeat;
        background-image: url(https://adventurersclub.dk.linux215.unoeuro-server.com/wp-content/uploads/2018/07/37366970_mNy.png);
        background-attachment: scroll;
        background-position: top left;
    }

    Best regards,
    Rikard

    #1022755

    That works perfectly. Thank you so much!!

    I’d like to use the same code to put background images on some more pages (please see private content for links). Could you help me with the proper code snippet for this as well?

    Thank you in advance :-)
    /M.

    #1022773

    Ooops… and also this page (see private content)

    #1023138

    Hi,

    Please try this CSS instead of the last bit I sent:

    .search .container_wrap_first, .archive .container_wrap_first, .single-post .container_wrap_first, .um-page-user .container_wrap_first, .page-id-227 .container_wrap_first {
    background-repeat: no-repeat;
    background-image: url(http://adventurersclub.dk.linux215.unoeuro-server.com/wp-content/uploads/2018/07/37366970_mNy.png);
    background-attachment: scroll;
    background-position: top left;
    }

    Best regards,
    Rikard

    #1023363

    Thank you :-)
    It’s working on most pages now, only two is missing (pls see private content for links)

    #1023744

    Hi,

    Thanks for that, please try this instead:

    .search .container_wrap_first, .archive .container_wrap_first, .single-post .container_wrap_first, .um-page-user .container_wrap_first, .page-id-227 .container_wrap_first, .page-id-1253 .container_wrap_first,  {
    background-repeat: no-repeat;
    background-image: url(https://adventurersclub.dk.linux215.unoeuro-server.com/wp-content/uploads/2018/07/37366970_mNy.png);
    background-attachment: scroll;
    background-position: top left;
    }

    I don’t think it’s going to work on the kalender page though since the calendar seems to be covering the whole page.

    Best regards,
    Rikard

    #1023835

    Perfect, thanks… And I’d like the image to “stretch to fit”, what do I do?

    #1024074

    Hi Malene123,

    Try adding this also in Rikard’s code:

    
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

    Hope it helps.

    Best regards,
    Nikko

    #1024747

    Perfect! Thank you so much for your great support!!

    #1024849

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1024903

    You’re welcome to close it :-)

    Thanks again!

    #1024918

    Hi Malene123,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Blog page styling’ is closed to new replies.