This topic has 5 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #176519
     KyndFellow
    Participant

    Please see my screenshot and http://nfdates.com/test/

    1} How can we center the main image that appears at the top of the page on image posts?

    2} What is the CSS of the text of post’s body?

    Attachments:
    You must be logged in to view attached files.
    #176574
     Laura
    Moderator

    Hello, at the text editor, you should be able to click at the image and at the editor tools select the Center icon 🙂
    What do you need to change from the text?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #176595
     KyndFellow
    Participant

    style=”font-size: 12pt; font-family:”

    But I want to use CSS to make this the dewfault. Is there a CSS tag for the Posts body text?

    #176602
     KyndFellow
    Participant

    Can you send me CSS to remove the navigation links marked in these screenshots too? Especially remove the “comments” link.

    Attachments:
    You must be logged in to view attached files.
    #176607
     KyndFellow
    Participant

    Here’s the text editor. But I want the orginal CSS tag to set the default font size and family etc

    Attachments:
    You must be logged in to view attached files.
    #176770
     Laura
    Moderator

    Hello, here the css for the post content

    COPY CODE
    
    .article-content span {
        font-size: 20px !important;
        font-family: tahoma !important;
    }
    

    And to hide the links

    COPY CODE
    
    ul.link-list li:nth-child(4) {
        display: none !important;
    }
    ul.link-list li:nth-child(2) {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?