Goran Theme Help

  • Unknown's avatar

    Hi Everyone!

    I would just like a little help, If you would have a look at my website..

    I would like where the three columns are to not give out the text. Where it says “Citoyens” with the image I would it just to say “Citoyens”. Is there a way to do this?

    Ideally, I’d like to add one sentence text above those three columns… How can I do so?

    Thanks in advance for your help!

    The blog I need help with is: (visible only to logged in users)

  • I would like where the three columns are to not give out the text. Where it says “Citoyens” with the image I would it just to say “Citoyens”. Is there a way to do this?

    A workaround to achieve this effect is to enter a few blank spaces in the manual excerpt box:

    Edit Page kp test site WordPress

    Your site will use the blank manual excerpt instead of pulling in the first few words of your post.

    If you don’t see the manual excerpt area, activate it under Screen Options by checking off the “Excerpts” option at the top of your post screen:

    Edit Page MEMPHRE2035 WordPress

    I’ll get back to you on your second question shortly.

  • Ideally, I’d like to add one sentence text above those three columns… How can I do so?

    One way to accomplish this would be with some custom CSS:

    .featured-page-wrapper:before {
       content: "Testing testing 123";
    }

    Another way would be to “cheat” by adding your sentence at the bottom of the post above it, namely here:

    https://memphre2035.wordpress.com/wp-admin/post.php?post=26&action=edit

    Just let me know if you have any other questions!

  • The topic ‘Goran Theme Help’ is closed to new replies.