How to Change Permalink

Posted in: Newspaper
Post count: 8

Hello,

How to Change Permalink like http://www.example.com/sample-post/
Need Remove “/blog” from default Permalink on the theme.

Theme: Newspaper

Post count: 20688

Hi,

Please follow this guide to change your permalink structure – https://codex.wordpress.org/Settings_Permalinks_Screen

Thanks

Post count: 8

Thanks,

How to change Top menu Hight? Same to Main menu size.
Please, custom code.

Post count: 20688

Hi,

You could increase the height of the top menu by increasing the line height – https://www.screencast.com/t/KDAwpk7KUk with a code like this, just enter it in Theme panel->Custom Css

.td-header-sp-top-menu,
.td-header-sp-top-widget {
line-height: 56px;
}

Result – https://www.screencast.com/t/EqvGKqxi
If this does not work for you, it would be helpful if you could provide a link to your site for a better solution. Also here is a tutorial about the browser inspector tool to help you create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ by identifying the elements on the page and their classes.

Thanks

Post count: 8

Thanks,

  • This reply was modified 9 years by jyoti.
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.