Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #146699
    knudkp
    Participant

    Running latest WP and lates theme ver at fleksjobbernetvaerket.dk

    1)
    I’ve added three coloums of featured content, a titel, a picture, and some text and a link
    https://snag.gy/VyAIF7.jpg

    But the titel doesnt show up

    2)
    https://snag.gy/L9nR0y.jpg
    The headline (Overskrift for indhold) and the sub-headline (underoverskrift for indhold) is not beeing shown either.

    #146712
    Skandha
    Participant

    @knudkp: You seem to have added additional CSS because of which the Featured Content Title and headline is not displaying.
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    .page .entry-title {
    	display: none;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #146755
    knudkp
    Participant

    It did not help … becasue, when this CSS code is there, the ppost/page titel appears … That is why I in the first place got this code.

    thanks
    Knud

    #146772
    Skandha
    Participant

    @knudkp: Please post in your site URL so that I can provide you CSS that removes only post/page titles.

    Kind Regards,
    Skandha

    #146791
    knudkp
    Participant
    #146792
    Skandha
    Participant

    @knudkp: Use the following CSS instead of the previous one.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content .entry-title {
            display:none;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #146814
    knudkp
    Participant

    That did it! Thanks a lot.

    Final question: How do i change the font size and color of the headline and subheadline, at featured content?

    The two line that says “Informationsportalen om fleksjob

    Samlet viden om fleksjobordnigen, og mulighederne for fleksjobbere, arbejdsgivere og jobcentre. Her samler vi kontinuerligt al den viden på området, så du kan tage den rigtige beslutning. ”

    Thats in danish 🙂

    #146815
    knudkp
    Participant

    … and how do i justify that subheadline?

    #146847
    Skandha
    Participant

    @knudkp: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .featured-heading-wrap {
    	color:blue;
    	font-size:15px !important;
    	text-align:justify;
    }
    #featured-content .entry-title {
    	color:blue;
    	font-size:45px !important;
    }

    You can change the color and font-size according to your requirement.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #146859
    knudkp
    Participant

    You are awesome!

    How do I make the font bold or itallic ?

    thanks
    Knud

    #146860
    Skandha
    Participant

    @knudkp: For bold add font-weight:bold; and for italic add font-style:italic; to the above code.

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146888
    knudkp
    Participant

    You are a god – a CSS-god

    Thanks .-)

    #146889
    Skandha
    Participant

    @knudkp: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘2 issues with featured content’ is closed to new replies.