imran13
Forum Replies Created
-
Forum: Plugins
In reply to: [Table of Contents Plus] HOW TO STEP FROM TOPWhen clicking on the table of contents, the Sticky Menu hides the title
1. https://prnt.sc/120z3hx
2. https://prnt.sc/120z8dk (Header hid Sticky menu)Forum: Plugins
In reply to: [Easy Table of Contents] Instead of an icon, text [Show] and [Hide]please do this function as many don’t know what this icon is. And the text was easier.
Forum: Plugins
In reply to: [WooCommerce] How to remove the pressed background?no, I didn’t decide.
Still opens the cart when clicked.https://prnt.sc/w6nzy4
https://prnt.sc/w6ny58
https://prnt.sc/w6nvplForum: Plugins
In reply to: [WordPress Popular Posts] how to change theme colorsI have an astra theme.
I pasted the code through the snippet plugin.screen. https://prntscr.com/se2uf0
nothing changed
/**
* Adds CSS rules to the Cards Compact theme.
*
* @param string $additional_styles
* @param string $theme_astra
* @return string
*/
function wpp_additional_css_rules($additional_styles, $astra){
if ( ‘cards-compact’ == $astra ) {
$additional_styles .= ‘.wpp-post-title { font-size: 10px; font-weight: 300px; color: rgb(102, 102, 102) }’;
}
return $additional_styles;
}
add_filter(‘wpp_additional_theme_styles’, ‘wpp_additional_css_rules’, 10, 2);Forum: Plugins
In reply to: [WordPress Popular Posts] how to change theme colorsForum: Plugins
In reply to: [WordPress Popular Posts] how to change theme colorspasted the code into the theme settings.
Via wordpress console.Forum: Plugins
In reply to: [WordPress Popular Posts] how to change theme colorswant to resize headers
I inserted the code
nothing changed.wpp-cards li .wpp-post-title {
margin-bottom: 0.2rem;
font-size: 1rem;
line-height: 1;
}Forum: Themes and Templates
In reply to: [Astra] How to change bread crumbs?breadcrumbs change. https://prntscr.com/sbsofy
Forum: Themes and Templates
In reply to: [Astra] How to change bread crumbs?Heading in breadcrumbs to your own any text.
Forum: Plugins
In reply to: [Easy Table of Contents] how to indent between sticky menu and title?thanks thanks
- This reply was modified 4 years, 6 months ago by imran13.
Forum: Themes and Templates
In reply to: [Astra] disable archive headerThank you!
I have a theme astra
In the subject Twenty Seventeen everything works
Forum: Reviews
In reply to: [Astra] do not like the topicYou say the topics are fast. But how not to be fast if the template is empty and there is no possibility to customize the free version.
Forum: Plugins
In reply to: [WooCommerce Login Popup and Shortcodes] PumpkinsHow did you turn off?