Forum Replies Created
-
AuthorPosts
-
Hi, thanks for the reply. Sorry for the delay in replying, had a surprise weeks trip to do.
That’s the code I found here on the forums, I used to make product boxes equal heights in the slider. So now I am back to square one with that – notice on the homepage, under SALE, how the middle box is larger than other two. Any idea how to fix that?
Also, on My account page, “Lost your password?” link overlaps with “Log in” button. And the logo inherits the link color scheme, how can I make it not do that? I do not want the light brown hover color for it.
Not sure what you mean… I tried using the “Products by attribute” filter, and “WC products fitler” plugin, the same result. You can see under Products filter in backend, I added 4 filters.
However, check out the “Contact us” page, the widget is appearing – of course, it’s not giving any results since filters only work on product pages, but it is appearing.
Thanks, and here you go. I’m sure I’m doing something wrong, just don’t know what – I have tried all possible sombinations under page template settings and widget settings.
Thanks, I’ll try that.
How can I know, for future reference, the names of classes for certain parts of the theme (I presume .widget_product_categories is a class)?
For instance, now I have defined a background for a:hover, but I do not want it to apply to dropdown menu where you select product sorting, cause it looks weird. It feels kinda silly having to come here every time and basically ask the same question, only for different part of the theme/site.
August 13, 2018 at 11:19 pm in reply to: Set fixed height of product boxes in product slider, regardless of title length? #996908You can close he topic.
August 7, 2018 at 2:49 pm in reply to: Set fixed height of product boxes in product slider, regardless of title length? #994450Solved – putting them inside Grid element solved the problem.
Notice how, in the footer, pages and Product categories widgets don’t look the same, even though basically they have the same type of content – unordered list? Also, Interesting links widget has smaller font.
So, I want bigger line spacing on Pages widget, and then to set all other widgets to look the same like that one (with regards to font size, line spacing etc.).
(Again, I’m a noob so please excuse my stupid questions . And the poor site design :)
Yea, I thought so too. Also, besides the caching plugins, the problem was also the fact that I used both custom css file, Quick CSS and advanced styling, and I’m pretty sure that over time I entered values for certain objects in more than one of those places. So I created a third child theme and started all over and now everything is applied instantly.
Btw, can you tell me where do I find the css for widgets? Pages widget and text widget look totally different, even though I use a bulleted list in text widget, and the pages widget is also bulleted list.
Thanks a lot :)
Hi,
yes. Right now I am trying to set the look and feel of the site, specifically the links. Let’s say I define a background color on link hover, using this:
a:hover {
background-color: #F8E8E9;
}and the problem is it doesn’t display properly in browsers, even though I clear the cache, or it displays fine in one but not in the others. And certainly it doesn’t display properly in WooCommerce product pages. And then somehow, in one of the changes it does.
And when I want to set the style of the menu items on hover, using the code I found here, it applies partially – the background changes, but the font color doesn’t.
.main_menu a:hover,
.main_menu .current-menu-item a { /* this is the hover/current state */
color: #fff;
background-color: blue;
}I can find answers to my questions in this forum fine, but the problem is it doesn’t really apply on my site – I thought it was the caching plugin, but it’s not. I have gone through great length to get great score on most of page speed tests, and I have a feeling that might be the isssue, something is blocking the css from being rendered properly, or instantly.
DISCLAIMER: I am a noob. And I have installed a separate browser, Vivaldi, using it out of the boy, just to make sure FF or Chrome are not the problem.
Which brings me to another question – are WooCommerce pages really styled completely separately? I just stumbled upon a post here concerning woocommerce-mod.css file. I’m trying to style the website, does that mean I have to do everything twice? For instance the look and feel of links, do I have to change it both in the woo css and in the theme css’
Ha! Got it, the caching plugin was the culprit. Now it works fine.
I tried creating a new, empty child theme, and again the same – in the menu, links to WooCommerce pages are in the chosen Google Font, but links to other pages, and the shop page, are in a web safe font (Arial Or Times New Roman, depending on the browser).
It’s like, for some reason, CSS doesn’tapply to all parts of the website.
- This reply was modified 6 years, 3 months ago by Cravat.
Thanks, I tried that, but still it’s messed up – on menu links to WooCommerce pages the font is chosen Google Font, EXCEPT on the shop page, where the font is, the same as on links to ordinary pages, Arial-ish font.
-
AuthorPosts