Okay
  Public Ticket #4022970
Background color for blog archive and single post pages
Open

Comments

  •  1
    jawad started the conversation

    I have small request
    I have this archive blog page https://abdeljawad.ly/blog/
    as you can see the header and footer are dark background while the content of the archive is white, I don't know which is sustainable, either we get header and footer correct for this page or we make the page background black and then change the text to white

    same applies to Single post page, I am not sure what's correct approach for this but I am fine with either fixes

    really appreciate the support
    Thanks

  •  9,236
    Tahir replied

    Hey Again,

    You can choose the design that best works for you. If you wish to change the overall background color you can do it in here: 4928396247.png

    Best,

     


    ThemeNectar Support Team 

  •  3,183
    Andrew replied

    Hi Jawadel,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body.page-id-904 .container-wrap, body.page-id-904 .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item {
        background-color: #000 !important;
    } 
    
    body.page-id-904, body.page-id-904 .full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, 
    body.page-id-904 .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *{
        color: #fff !important;
    }

    Try that and let us know how it goes.

    Thanks,

  •  1
    jawad replied

    Thank you so much guys 
    I inserted the css code
    but single post pages still show white background
    also there's this issue where line hight of post title being so low or non existent to the point the text is overlapping 
    see attachment

    https://abdeljawad.ly/how-software-streamlines-business-operations/

    this is happening in all posts in general 
    I hope there's a global fix for this

    Attached files:  Screenshot 2025-05-22 at 1.15.59 PM.png

  •  2,081
    Judith replied

    Hi Jawadel,

    Thanks for writing back.

    To assist you better, we'd love to have a closer look at your setup and to do this, we'll need admin login credentials 

    (dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us? 

    If you prefer, you can safely share the access through an access plugin such as Controlled Admin Access.

    Before you provide this information, we strongly recommend taking a backup of your site.

    If you have any concerns or questions about this process, please don't hesitate to let me know.

    Best regards,

  •  9,236
    Tahir replied

    Hey Again,

    Thanks for reaching out! .

    Try adding the desired values in the Heading fields in the Typography Section so Salient can generate /calculate the font sizes: 5974753489.png

    Best,

     


    ThemeNectar Support Team 

  •  9,236
    Tahir replied

    Also does changing the overall Background Color feature not work as intended ?.

    See screenshot:

    4009043027.png

    Best 


    ThemeNectar Support Team 

  •  1
    jawad replied

    changing the overall background color changes the the homepage too which is not desirable 

    but there's a fix for that, I tried it and changed all background colors for affected rows in homepage back to white, but the first row from the top has clip animation and I couldn't get it to change back to white with out changing the color of the animated gradient


    I am sure there's a css solution for that


    in screen shot, this should be white 

    Attached files:  Screenshot 2025-05-22 at 1.58.21 PM.png

  •  9,236
    Tahir replied

    Hey Again,

    Thanks for the details.

    To change the color of the homepage container only use below CSS.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .home .container-wrap {
        background: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    jawad replied

    Thank you so much Tahir

    As for the line height issue it's still happening despite adding some values to those fields

    Attached files:  Screenshot 2025-05-22 at 2.09.49 PM.png

  •  9,236
    Tahir replied

    Hey Again,

    Thanks for confirming, I just purged the cache and its working now: 7090072185.png

    Best,

     


    ThemeNectar Support Team 

  •  1
    jawad replied

    I just tried again, it's still the same for me, I purged cache with nearly all options it's still showing the same issue

    tried different browsers with incognito and even cleared browser cache 

    Attached files:  Screenshot 2025-05-22 at 2.16.32 PM.png

  •  9,236
    Tahir replied

    Hey Again,

    Yes, its no longer working.

    I am seeing these missing font sizes due to typography fields not set: 9770894251.png

     

    Please set all of them or keep all empty including line height . 

    Best,

     


    ThemeNectar Support Team 

  •  1
    jawad replied

    I set values into font size and line hight for every H tag still no luck

    Attached files:  Screenshot 2025-05-22 at 2.37.01 PM.png

  •  9,236
    Tahir replied

    Hey Again,

    The Line Height field only accepts values in pixels therefore adding 1.5 was breaking it . Have corrected all the Line Height fields: 2784272127.png

    Best,

     


    ThemeNectar Support Team 

  •  1
    jawad replied

    this is so dump of me, thank you so much again Tahir

  •  9,236
    Tahir replied

    Not dumb at all — we’ve all been there! 
    You’re doing great, and I’m always happy to help. Let me know if you need anything else!


    ThemeNectar Support Team 

  •  1
    jawad replied

    I would love if you could give me a css snippet to decrease width of logos image to make them smaller, if there's a global way to do that would be appreciated

    Attached files:  Screenshot 2025-05-22 at 3.18.47 PM.png

  •  1
    jawad replied

    it's in

    https://abdeljawad.ly/#Clients

  •  9,236
    Tahir replied

    Sure, adjust the padding to reduce/increase the size:

    .clients>div img {
        padding: 50px;
    }

    Thanks


    ThemeNectar Support Team