Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi there,

    You cannot change url by changing menu name, you need to change permalink of particular page. You can find this option just below the page title name as edit permalink.

    You are getting problem on archive page, so if you want to keep border just below the title , add this css on style.css file

    .archive h1.page-title:after {
        content: "";
        width: 20%;
        height: 6px;
        background-color: #789993;
        display: block;
        height: 6px;
        margin: 10px 0;
    }

    Please use custom css on child theme style.css file so your changes will not lost on theme update.

    thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We didn’t get your reply since one week. We hope you got the solution of your issue.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Margins, urls and menu-items’ is closed to new replies.