Okay
  Public Ticket #1888826
Changing title of Mansory Blog
Closed

Comments

  • Caroline started the conversation

    Hi everybody, 

    Could you please help me on my website ?  :)

    I have a page with "Blog Mansory No Sidebar / Classic Style".  This is using my article's title in 'H2' and I would like it to use 'H1' instead. 

    And this is the same for the excerpts from my articles. If I want it to appear in H7 / align center or other, I can enter the code directly from my article in the part "extract"...

    How can I do that more simply ? Maybe there is a Code to put in my CSS, but I don't know what...

    Thank you so much for your reply 

    Caroline

  •  8,996
    Tahir replied

    Hey Again,

    There is no such option to change the html markup like that . You will have to adjust it using custom css or the Salient Theme Options Panel -> Typography Section .

    Best 


    ThemeNectar Support Team 

  • Caroline replied

    Shame ! 

    And could you help me to custom CSS please ? 

    I would like to have title : in H1 + align center 

    Thank you so much... :)


  •  8,996
    Tahir replied

    Hey Again,

    Not sure i understand, Did you try adjusting these options : http://prntscr.com/miq46x >? .

    Best


    ThemeNectar Support Team 

  • Caroline replied

    Yes but it will change all my website apparence, because I built it on these properties...

    I would just like my title in vignette's Blog Mansory (Classic Style) appears in :

    font-size : 25px  // text-align : center

    Would you be able to create this code to automate the changing on all my vignettes 'Blog Mansory / Classic Style'

    so that I can integrate it in my Custom CSS ?

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Caroline replied privately
  •  8,996
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .post-area.col.span_12.col_last.masonry.classic.infinite_scroll h5 span {
        font-size: 13pt !important;
    }
    .post-area.col.span_12.col_last.masonry.classic.infinite_scroll .excerpt {
        text-align: center !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Caroline replied

    Thank you Tahir. That's good.