• Resolved lilalila

    (@lilalila)


    Hi,

    I have just created my first WP site,
    and i have a problem with the site’s menu…

    https://www.golan-shahar.net

    The second level menus can be seen when the menu is hovered over, but the secondary pages can not be selected or opened.

    Please help me understand how i may fix that…

    Thanks

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter lilalila

    (@lilalila)

    Thanks….but…

    I changed the .entry-title and replaced it with the code:

    .entry-title {
    	clear: both;
    	display: block;
    	color: #162f68;
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 0.8em;
    	padding-bottom: .3em;
    	padding-top: 6px;
    	padding-left: 4px;
    	background-color: #d4e5ef;
    }
    .entry-title,
    .entry-title a {
    	color: #162f68;
    	text-decoration: none;
    }

    But, the strange thing is… on the HOME page, the change took, but at other pages, the change is apparent only partially…

    Strange state of affairs….

    On single pages this CSS also applies:

    .singular .entry-title {
        color: #000;
        font-size: 36px;
        font-weight: bold;
        line-height: 48px;
    }
    .singular .entry-title,
    .singular .entry-header .entry-meta {
        padding-right: 0;
    }
    Thread Starter lilalila

    (@lilalila)

    Hi…Now it is fine….

    I think i am finished bugging you with questions for now…
    THANK YOU

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Problem with menu in new site’ is closed to new replies.