Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1329248
    Jacko_Pinto
    Participant

    Hello.

    Can’t seem to be able to fix the following, I appreciate the help!

    • I want get rid of the background image (flying books), but I just can’t do it, I don’t know why. I need the background to be a plain gray color.
    • Under the logo, I’d like to add a block of text (our slogan)… the text would seat between the logo and the menu bar (please see attached)
    • I’d like to change the font of the text “Libros únicos para personas curiosas”… I believe that the H1 change. I only want to change it for that title in particular. (see attached)

    Thanks in advance!

    #1329251
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1329511
    Friech
    Moderator

    Hi There,

    Thanks for writing in! #1 Please navigate to Appearance > Customize, on Customizer under the Layout and Design panel look for the Background Image or Background Pattern option and remove the image set on it.

    #2 Please follow this post: https://community.theme.co/forums/topic/tagline-under-logo/

    #3 You can add this under Custom > Global CSS in the Customizer.

    h1.h-landmark {
    	font-family: sans-serif;
    }

    Replace the sans-serif with the actual name of the font that you want to use.

    Hope it helps, Cheers!

    #1330113
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1330498
    Christopher
    Moderator

    Hi there,

    Please add a temporary background image under Appearance > Customize -> Layout and Design and save customizer. Next remove it and resave customizer.

    Thanks.

    #1333011
    Jacko_Pinto
    Participant

    Thanks, that worked great!

    – Now, I just browsed the site on an iPhone and noticed a couple of issues:

    • The font I selected: Dancing Script ( (it’s a Google font), for the above #2 and #3 (at the beg. of this thread) looks great on desktops but not on mobile… shouldn’t it look the same on mobile being a Google font and all?
    • On mobiles, the menu bar (square) is too close to the bottom of the navbar, actually is right at the bottom edge of it. Also, no lines are visible inside it (it’s all white), so it’s hard to tell that there are menu options there. See attached screen-shot (shrunken desktop window)

    Thanks for your help with this!

    #1333187
    Christopher
    Moderator

    Hi there,

    #1 The font doesn’t work on desktop either, I noticed if I change navbar font family, it will fix the issue with logo and landmark too.
    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    #2 Please add this code in customizer:

    .x-btn-navbar.collapsed, .x-btn-navbar {
        color: red !important;
        margin-bottom: 15px;
    }

    Hope it helps.

    #1334259
    Jacko_Pinto
    Participant

    Thanks for the reply.

    #1 The only plugins that are active are: X – Custom 404, X – Facebook Comments, X – Google Analytics, X – White Label and Cornerstone… I deleted or got rid of all the rest. But the font is still not working on mobile.. just on desktop, please see attached. How else can I fix this?

    #2 Worked great, thanks!

    I appreciate the help!

    #1334605
    Friech
    Moderator

    Hi There,

    You did not set any font option on customizer to Dancing Script, that means your site is not loading it.

    Please install a child theme. And then add this on the child theme’s style.css file.

    @import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

    Thanks.

    #1335241
    Jacko_Pinto
    Participant

    Thank you very much. That worked great!

    I had added custom CSS before installing the Child Theme, do I need to repeat those steps on the Child Theme’s customizer? Thanks for clarifying.

    Best regards.

    #1335258
    Joao
    Moderator

    Hi There,

    I dont think so it will be necessary, but in any case you can go to Wp Dashboard > Addons > and Save your Customizer settings.

    Hope that helps

    Joao

    #1335292
    Jacko_Pinto
    Participant

    Thanks very much for all your help, I will do that.

    Best regards.

    #1335495
    Jade
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-1329248 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>