Home Forums Pro Themes Magazine Plus Pro Read more button

Viewing 15 posts - 16 through 30 (of 60 total)
  • Author
    Posts
  • #58737
    Hans V. Jensen
    Participant

    Could it make sure that Fontsize does not work? When I change it does nothing happen?

    Hans

    #58739
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To adjust the characters currently displayed in the News ticker use below given CSS.

    .top-news {
        width: 70%;
    }
    
    #news-ticker, .news-ticker-inner-wrap {
      width:65%;
    }

    The theme has only provided the option to change the font type but not the font size . So as it is not the theme feature there is nothing much we could do for this .

    Hope you uinderstand .

    Best Regards!!

    #58741
    Hans V. Jensen
    Participant

    Thank you my friend. It’s alright. CSS works fine. A pleasure you take it seriously.

    Kind regards,
    Hans

    #58745
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/magazine-plus/reviews/

    Best regards !!

    #58746
    Hans V. Jensen
    Participant

    Thanks. It is not at all unthinkable. I’m not done yet with athor sites.

    Have posted top marks for the support.

    Kind regards
    Hans

    #58747
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Please always feel free to post any issue further .

    And thank you very much for the review πŸ™‚ .

    Best Regards!!

    #58988
    Hans V. Jensen
    Participant

    Hello Wen,

    I am here again πŸ™‚

    I am now adapting my speedway site, but again I get the problem with the button on lines 8 and 9 in CSS. Why does not it change color? The button looks like right in the picture. It is still colored?

    Regards,
    Hans

    #58989
    Hans V. Jensen
    Participant

    In fact, I can see that the same CSS does not end up on speedway. No number of hits in the news tag πŸ™

    #58997
    Hans V. Jensen
    Participant

    I found solutions myself. The grade is changed to 85% and to barely I found another widget.

    So think that’s good enough. Sorry!

    Regards,
    Hans

    #59004
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad that you figured out your issues by your self .

    If you have any issue further, please feel free to post .

    Best Regards!!

    Have a good day .

    #59339
    Hans V. Jensen
    Participant

    Hello Wen,

    I’ve been in trouble again. Just think I can fix it on white background. On black background, I can not change the button color under “Content Coler Options” How do I get the button black?

    /Hans

    #59343
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Can you post the URL of the page where there is button that you want to change the color for so that we could provide the precise fix ?

    Hope you understand .

    Best Regards!!

    #59344
    Hans V. Jensen
    Participant

    Hello Wen,

    I’m working on the page now and do not publish it until I’ve got things in place and I’m completely satisfied. Have I not spoken enough about the problem? What more do you want to know? Seems it is quite clear.

    /Hans

    #59347
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To change the color of the Read more button in the blog listing page use below CSS in additional CSS.

    .blog  a.read-more {
        background: #a00;
    }

    If you want to change the color of the Read more button in archive page use below given CSS .

    .archive  a.read-more {
        background: #a00;
    }

    Change the color code according to your requirement .

    Hope this helps .

    Best Regards!!

    #59350
    Hans V. Jensen
    Participant

    Hello Wen,

    Thanks a lot my friend. It helped.

    Best regards,
    Hans

Viewing 15 posts - 16 through 30 (of 60 total)
  • You must be logged in to reply to this topic.