Site logo

Archived topic

Luxedo Documentation?

5 replies · Started by hkymre on May 25, 2019

Viewing posts 1–6 of 6

I've installed Luxedo & am customising it without major issues, apart from one.

One the Recent Posts section which is done through WP Show Posts how do I change the background colour of the category?

Also, Luxedo installs the following:-
Elementor Addon Elements
Livemesh Addons for Elementor
Anywhere Elementor - subscriber form
Elements Plus!
Essential Addons for Elementor

Is there any documention that explains what each plgin is used for?

Hi there,

ARe you hoping to change the white background here?
https://www.screencast.com/t/Cl7osOJqov

I would check Elementor's website for documentation of those things listed above.

Let me know :)

Hi Leo - I've found it now.
It's in the Customise - Additional CSS area. All the wp-show posts changes are in there.

I'm still curious to learn what all the plugins the Luxedo installs are doing

Cheers
Mark

I would check the documentation of those Elementor add-ons and see if they offer any clues.

You can also try getting in touch with the template author and see if she can point you to the right direction:
https://flixframe.com/contact/

Hi Leo and Mark,
Appreciate the conversation here. I too am trying to tweak the color of the "recent post" category rectangles, which are now a metallic light blue. If you scroll down to the bottom here, you'll them listed as Space, Style and Luxury: https://gpsites.co/luxedo/ Was this something you were able to resolve?
Richard

Hi there,

the site uses Custom CSS to style those tags - go to Customizer > Additional CSS and look for this:

.wp-show-posts .wp-show-posts-meta a{
	color:#ffffff; /* Text color */
	background-color:#8ab2c5; /* Background color */
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
}

I have commented the two lines that need to change the colors for.

This archived topic is closed to new replies.