Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #133803
    bowessurnames
    Participant

    I’ve just updated to the Pro version. Before that I had some custom CSS code. I took it out before upgrading so I could start clean, but there are some oddities and I don’t know if old code didn’t get removed?

    On this page the headings “Facebook Groups” and “Videos” are supposed to be in the same heading format (4) as in the previous link, but I accidentally wiped out the Heading 4 formatting while working in Pro. Now I don’t know how to reset it to the default. How can we edit heading fonts, bold etc?

    From any page, if you hover over Records > Ireland Records … then the submenu falls off the right side of the screen. Any suggestions how best to handle that? I have my primary menu items in alphabetical order so prefer this item at the far right… However, I’ve just noticed that in Chrome and Safari my primary menu fits horizontally, while in Firefox (Mac) it wraps and Research ends up on a second line 🙁

    #133819
    bowessurnames
    Participant

    Can I remove the “Blog” pane above the posts? https://bowes.one-name.net/blog/

    #133830
    Skandha
    Participant

    @bowessurnames: When you upgrade to pro from a free version the custom code you had in the free version gets automatically deleted.

    For Facebook groups and Videos
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-content h4 {
        font-size:unset;
        font-weight:bold;
    }

    The sub-menu falls to the right side of the screen. This is the default way how sub menu gets displayed.
    I see your menu looks the same in all the browsers. I don’t see a research menu item.

    To remove blog pane above the posts.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-header {
        display:none;
    }

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

    #133873
    bowessurnames
    Participant

    Thanks so much! Actually I goofed when I put Research. It’s Records. I’ve since changed the menu items a bit too.

    Your tips did the trick. Yea!

    Now I’m wondering how to turn off the “page title” (my words) that appears at the top of the content pages. It’s the same as what appears in as the menu item, but since I’ve customized the menu to show which page is active, I don’t need the page title taking up screen space. However, when it’s a subpage under a menu, then I need the title to show because the reader won’t see what subpage they’re on. Does that make sense? What is the customary way to handle this?

    Really appreciate the help! 🙂

    #133875
    bowessurnames
    Participant

    This page I have the names in bold. They show up in bold in Mac Chrome and Safari, but not Mac Firefox? https://bowes.one-name.net/immigration/to-australia/

    #133954
    bowessurnames
    Participant

    Hi, Sorry to bother you again Skandha. Your code for the Heading 4 worked on the ones that had already been typed in, but when I add new Heading 4s into pages it doesn’t apply. Any thoughts how to get this to apply to all new Heading 4s?

    #134039
    Skandha
    Participant

    @bowessurnames: For the page title to only appear in sub-menu and not top menu you will need to a lot of customization. If you really need this I suggest you to hire a customizer.

    I checked your site on Mac Firefox and they were showing bold.

    Let me know no which headings the code is not being effective.
    Regards,
    Skandha

    #134065
    bowessurnames
    Participant

    Thanks, I’ll just leave the page titles then. At least I know I’m not missing something simple to do.

    What’s not showing on Firefox Mac (on my computer) are the names in the content area, which are set in bold and show in bold in the other browsers.

    Re: the Heading 4 customization, what I now find is that after publishing, Heading 4s look correct on the public side, but in the Visual edit page they are in a different font, size and not bold, they way they were before adding your CSS to make them the default template Heading 4. So the CSS works on the public side, but not in my Visual editing window.

    Thanks again. I’m excited about using Catch Box Pro 🙂

    #134183
    bowessurnames
    Participant

    I see I need to update Catch Box Pro. It says, ‘Please Note: Any customizations you have made to theme files will be lost. Please consider using child themes for modifications.’ … I added the custom CSS under Appearance > Customize > Additional CSS. Will I lose this when I update and need to have a child theme instead?

    TIA

    #134254
    Skandha
    Participant

    @bowessurnames: If you have used the Additional CSS option in the Customizer to add custom CSS this won’t be lost after theme update. If you have altered core theme files without using a child theme then those edits will be lost after theme update.

    Hope this was helpful.
    Regards
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Newbie questions’ is closed to new replies.