Okay
  Public Ticket #3794353
General Inquires
Open

Comments

  • gatsbybarcelona started the conversation

    Hi there,

    I have a few questions:

    1. How can I change the font color of the Category label? (Please find the attached screenshot.)
    2. How can I change the font style and color of the Author label? (Please find the attached screenshot.)
    3. How can I remove all the author images? We only want to display the names.
    4. Why is the blog not working when I choose a tag or a specific category other than "All"? (Please find the attached screenshot.)
    5. Is it possible to add the blog entry description to the grid, next to the title? Currently, I only see titles.

    Thank you!

  • gatsbybarcelona replied

    And here

    Attached files:  Captura de pantalla 2025-01-04 a las 13.03.57.png

  •  9,059
    Tahir replied

    Hey Again,

    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):

    .nectar-post-grid[data-cat-click=static] .nectar-post-grid-item .content .meta-category a {
        color: #dc3232 !important;
    }
    
    .nectar-post-grid-item .meta-author img {
        display: none !important;
    }
    
    
    .nectar-post-grid .meta-author span {
        color: #dc3232 !important;
        font-style:italic;
        
    }

     

    Try clearing the offset field: 4043237089.png

    Best,

     


    ThemeNectar Support Team 

  • gatsbybarcelona replied

    Thank you! It's working! Last questions...

    1. On Blog Single Post Header, I would like to have Blog Header Image Sizing "1x1" for mobile and "Regular" for big screens. Also, is possible to remove image Left/Right margins just on mobile? Like Conde Nast.

    2. On Blog Single Post Header, I woul like to add a Left/Right padding in order to do the pict smaller and reduce the tittle area like the screen shot attached.

    3. On Blog Single Post, I would like to move the side bar area to the left, so adding some Right padding, but manteining the actual size of the side bar. I tried to add padding but was reducing the size area. Please see an screen shot example

    4. On Blog Single Post, I would like to change the background to black like conde nast. Just the post header. 

    5. On Blog Single Post, I would like to move the image above the tittle, author and category label like Conde Nast.

    6. On Blog Single Post, I would like to remove the author image like we did on post grid. Also change the color of the font. Also remove click option.

    7. On Blog Single Post, I would like to add same category name style like we've on grid. now they look like buttons. also remove click option.

    8. Is there any way to create a menu on mobile like the one in conde nast, so dont use Off Canva function? See on screenshot.

    Thanks!

    Attached files:  No Margins - Post Header Mobile Image.png
      Left Right Padding on Post Header Desktop.png
      Side Bar Right Padding.png
      Image Above Tittle Post Header.png

  •  3,054
    Andrew replied

    Hi Toni,

    Thank you for getting back to us.

    We recommend raising different tickets for different questions to avoid confusion while replying to your queries. We recommend opening new tickets for each related query so we can look into this for you.

    We look forward to hearing from you.

    Cheers,

  • gatsbybarcelona replied

    Done! Thanks