Home Forums Pro Themes Music Freak Pro Header Title Color do not change

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #104240
    Ulrich Schwarz
    Participant

    Hello,

    if the Theme is set to Dark, the Header Title Color and Header Tagline Color is not changeable.
    The Play-Symbol in the audioplayer is not right in the centre of the circle.
    Can you solve that ?

    Thank You.

    Greetings U.Schwarz

    #104268
    wensolutions
    Keymaster

    Hello @uli2000ger,

    Can you please provide your site URL so that we can provide a precise fix on this?

    Thank you.

    #104401
    Ulrich Schwarz
    Participant

    Here is the URL of my Site : http://test.shiningbeats.com

    Even the audio-player is not full responsive. On small devices there is a missing margin or padding on the right side.

    #104426
    wensolutions
    Keymaster

    Hello @uli2000ger,

    Your site seems to be distorted.

    Have you made any changes in the CSS file of the theme as the layout is completely different than the original one?

    Please check the demo of the theme:

    https://themepalace.com/theme-demo/?demo=aDZiMm16RGhSek5HUnE4Mzg0bVAxUT09#

    If any changes have been made then please revert back to the original one and if you have to make any changes then please go through the child theme.

    Thank you.

    #104432
    Ulrich Schwarz
    Participant

    I found out , the demo theme in your link is not responsive on iphone xr . On huawai made 20 light it is responsive. Tested with safari and chrome browser- no change.

    #104527
    wensolutions
    Keymaster

    Hello @uli2000ger,

    we will check the responsive and then fix the issue if found.

    Regarding your query, make sure you revert to the original theme and set your site to avoid such kind of issue.

    Thank you.

    #104536
    Ulrich Schwarz
    Participant

    After reset of all website settings and clear of wp-database, the site is now responsive on iphone xr. Also the audioplayer is right centered . I will try new. Thank You.

    #104559
    wensolutions
    Keymaster

    Hello

    Glad that the issue is sorted.

    For any further query/confusion, feel free to reach back to us.

    Best Regards!

    #120655
    Jack Simons
    Participant

    Something is overriding my font color On Music Free Pro Child. It’s stuck on grey for some reason. I Have looked through the forum and it seems that non of the suggestions have worked. Any help would be appreciated.

    Jack

    #120725
    wensolutions
    Keymaster

    Hello @APPLECITY,

    Please explain your query detailly so that we can provide you precise fix.

    Also, please provide us your site URL with specific screenshots of the section.

    Regards.

    #120794
    Jack Simons
    Participant

    The website is http://www.applecitync.com. If you look at the majority of the pages the font color is grey. For some reason the theme is overriding font colors that I try to select in the editor.

    #120851
    wensolutions
    Keymaster

    Hello,

    Regarding your query, as long as we would love to help you with this, changing all fonts is not beyond the support we provide for our users, so you can add following given CSS following the path Admin Panel > Appearance > Customize > Additional CSS which will help to change few gray fonts.

    .page .breadcrumb-trail .trail-items li a {
        color: rgb(255, 255, 255);
    }
    
    .page .elementor-widget-wrap .elementor-item-active a{
        color: #fff;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    #120906
    Jack Simons
    Participant

    I have tried that code and it has no affect. Elementor sent me this code and it only changed the services page.

    .dark-version p {
    color: inherit;
    }

    #120912
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    #colophon{
      color: #fd5f60 !important;
    }
    
    #colophon .site-info .custom-menu ul li a{
     color: #fd5f60 !important;
    }
    
    .dark-version p{
        color: #fd5f60 !important;
    }
    
    .dark-version .site-description{
        color: #fff !important;
    }

    You can replace the color code ‘#fd5f60’ with your required color code.

    Hope this helps.

    If issue still persist, let us know.

    Thank you.

    #121056
    Jack Simons
    Participant

    It worked! Thank you!

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