Graphene2User

Participant

Forum Replies Created

  • In reply to: Static front page how to remove title

    #51845

    Just to say all this has gone AWOL with the last update to Graphene.
    The widget header text is smaller than it was and the widget header background has gone

    In reply to: Mobile site switchover

    #51347

    Thanks – that’s great!

    In reply to: Mobile site switchover

    #51339

    Thanks Syahir
    Is there a way to prevent Graphene inserting the title line at the mobile breakpoint?
    A plugin such as Max mega menu replaces the menu on the menu line with a hamburger and other options.

    In reply to: Mobile site switchover

    #51337

    ok this explains why the site title space is there on mobile

    In reply to: Menu dropdowns horizontal and persistant

    #51250

    This gives horizontal sub menus in GeneratePress – how to carry it across to Graphene?

    
    body .sf-menu > li {
    	position: static;
    }
    
    body .main-navigation ul.menu > li > ul {
    	width: 100%;
    	left: 0
             !important;
    }
    
    body .main-navigation ul.menu > li > ul > li {
    	width: auto;
    }
    
    body .main-navigation ul.menu > li > ul > li ul {
    	left: 0;
    	top: 100%;
    }

    In reply to: Homepage Header Image Link

    #50311

    Items in a menu can have the # character as the url if you want them to go nowhere

    In reply to: Static front page how to remove title

    #50298

    Just one other thing – how do I reduce the line spacing in the side widget areas, it seems to be set to 1.5em?

    In reply to: Updating from a very old version

    #50295

    That’s not too bad
    1.9.4.2 isnt that old and many people have held at 1.9 something
    You can do most of bringing it back with settings once youve changed to 2.5
    The new settings (in customiser) are a bit of a jumble and sometimes you have to scroll down through them to find a useful one off the bottom of the page

    If you want the right sidebar widget title background to look the same as you have there, check out

    In reply to: Static front page how to remove title

    #50291

    Great – Thanks Syahir
    Here is a summary of modifications to Graphene 2 (with css) so it looks somewhat like Graphene 1 (no css)
    Turn off the slider arrows,
    Remove homepage title
    Increase size sidebar widget headings
    and invert heading text colour on a background header bar
    with round corners

    Round corners on th widget area

    Change link font size and style same as other widget items

    .carousel-control {
    	display: none;
    }
    
    .home .entry .entry-title {
    	display: none;
    }
    .post-title, .post-title a {
    font-size: 20px !important;
    }
    
    .sidebar h3 {
    	font-size: 12px;
       padding: 10px 15px;
       background-color: #1e73be;
       color: #fff;
    	border-radius: 5px 5px 0px 0px;
    }
    .sidebar .sidebar-wrap {
    	padding: 1px 1px;
    	border-radius: 10px;
    }
    
    .widget-area .widget_recent_entries a, .widget-area .widget_rss ul a {
        font-size: 14px;
        font-weight: normal;
        line-height: 15px;
    }
    
    

    In reply to: Menu dropdowns horizontal and persistant

    #49999

    WP mega menu plugin has the same issue.
    It works with the footer menu but not with header or secondary menu

    This item suggests to add ‘sub-menu’ to the class of the sub menu item but didn’t change anything
    https://smallbusiness.chron.com/make-second-tier-horizontal-navigation-wordpress-48098.html

Viewing 10 posts - 1 through 10 (of 17 total)

  • 1
  • 2