如何创建带有按钮的链接以更改页面而不是更改新页面的背景颜色

问题描述

我有一个按钮列表来更改背景颜色的工作,但我想链接一个页面,而不是更改加载的页面颜色。 我的代码在 Blogger 中运行,模板是 Soho。

我的代码如下:

<style>
.hamburger-menu {
display:none !important;
}

.sidebar-container {
display:none !important;
width: 0px !important;
max-width: 0px !important;
}

.sidebar-container .sidebar_bottom {
width: 0px !important;
max-width: 0px !important;
}

.page_body .centered {
max-width:100%;
}

.page_body {
margin-left:0px;
}

.sticky {
padding-left:0px;
}

body.collapsed-header .page_body .centered-top-container {
padding-left:0px;
}
</style>

要查看效果,只需单击浅绿色按钮 matematica sqrt 应将检索到的页面保持为绿色,但它会为背景着色,而不是检索页面

非常感谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)