Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86459
    knudkp
    Participant

    Running latest theme and WP on fleksjobbernetvaerket.dk

    i have now activated the “Featured Conetent” area with “featured pages” on my front page. It works – it’s awesome!

    1) When I move my mouse over the featured images, it says “Permalink to:F…..” – how do I change/remove, and why is this happening?

    2) During this awesome “Featured Conetent” I now see a vertical line, just beneath the four-featured-conetent’s. – how do I change/remove, and why is this happening?

    3) The text in the “Featured Conetent” … Even I “justify” them via thier pages, they dont seem to get “justified” here. The same is, if i try to align text right/left/centered.

    Thanks for all the great help! I am really thinking about purchasing help for another year 🙂 Finaly after hours of working (at least 200 hours) the site layout is like i want it.

    Thanks
    Knud .-)
    Denmark

    #86512
    Mahesh
    Participant

    Hi @knudkp,

    1. Remove “Permalink to:”
    For this you’ll need to create a child theme. You can find more details on creating child theme HERE. And add the following code in your child theme’s functions.php.
    Please find the code in THIS LINK
    This is put as per the standard by WordPress.

    2. Vertical line issue:
    I checked your site, but didn’t find the vertical. Can you clarify it with an image.

    3. Modify text alignment:
    Since only excerpt is displayed in Featured Content, all you html attributes for content will be escaped here and only text are displayed. But if you check the main page, it will work there. You can achieve text align modification with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #featured-content .entry-excerpt {
        text-align: justify;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Conetent – 3 questions’ is closed to new replies.