mudante
Forum Replies Created
-
CORRECTION! The original parent theme works perfectly with a logo sample. But is either the logo OR my site tittle. Can we have both? And perhaps move the logo to one side? Thank you!
Yes I did.The problem was:entering two shadow codes in the P&S child CSS, one for .site-tittle and one for the .site-tittle a. They nullify each other. Thanks so much for your reply and your time!
The W3C school is a great tool for amateurs like me.Yes, but it is not ready yet, I’m just experimenting with the header and the front page.
“https://RubenMalanPianoStudio.com”> Ruben Malan Piano StudioRuben Malan Piano StudioForum: Themes and Templates
In reply to: [evolve] Text -shadow on blog title and descriptionHello emranemranx!
Finally I got to add the shadow to the tittle and tagline today using the code you suggested. IT WORKED! I just slimmed them by using only the “text-shadow” rule or attribute?#logo a { text-shadow: 2px 2px 5px #000; } #tagline { text-shadow: 2px 2px 5px #000;
In this way I still may have the options to alter the font and separation on the Theme Options-Typography panel.
Many thanks!WAIT a MINUTE!! I GOT IT! YEAH!
What I did? Appearance-Theme Options-Styles- and click on the option: disable menu background.
Thank you guys!Hello emranemranx!
The menu is quite resilient, doesn’t want to give up the white background!! Take a look (amateurish work in process):
rmpiano.com/lessons/homeThanks a lot!
Hi Luke!
I tried it and it works! However, the menu (container) remains with a white background. I tried to do it by myself but . . . wasting a lot of time with not avail. Looking how I can make it (menu container) 100% opaque.
Thank you again!!Thanks so much for your reply Luke!
I will try this and i let you know ASAP.
Cheers!Forum: Themes and Templates
In reply to: [evolve] Change Background Color in Evolve ThemeHi dgsfny!
I changed mine by going to:
Appearence>Theme Options>Styling>Custom Content Color>Select Color>Then choose your favorite color with the convenient color picker
I hope that this info will help you!
Forum: Themes and Templates
In reply to: [evolve] Text -shadow on blog title and descriptionHello emranemranx and thanks for you reply.
I didn’t have a chance to fully work on it but I’ll keep you informed.
Later, Cheers!
Forum: Themes and Templates
In reply to: [evolve] The size of the bootstrap slider title and description.THANKS BOJAN . . Resuelto!
Forum: Themes and Templates
In reply to: [evolve] The size of the bootstrap slider title and description.Hi Bojan, working hard and updating you about this subject just to close it with a nice “resolved.” ??
Both codes worked perfectly. I’m learning at a fast pace.
in the second case space was reduced the by first the removal of the:/*Remove EDIT page box, all*/
.edit-post a, .edit-comment a, .edit-page a {
display: none;
}and also disabling the page title with:
/*Remove page title*/
.page h1.entry-title {
display: none;Then I did enter your code with a minus 38 (-38) as follows:
/*Reduce/remove space left by edit box & page title*/
.entry-content {
margin-top: -38px;
}I include all of them here to help somebody else with the same issues or purposes. Happy ending and here is the SS:
https://rmpiano.com/lessons/home/
Did I thank you enough? No, but please keep answering questions here, we all appreciate it so much. Cheers!
Forum: Themes and Templates
In reply to: [evolve] The size of the bootstrap slider title and description.Thanks Bojan, I will work on those issues’nd codes and let you know.
Y deeply appreciate your answers. many cheers! Mudante.Forum: Themes and Templates
In reply to: [evolve] The size of the bootstrap slider title and description.Thank you Bojan for your help and courtesy.
Here is the page in question:In addition, can you please help me with this space also since is within the same subject?
https://rmpiano.com/lessons/wp-content/uploads/2015/06/evolve-theme-unused-space-in-pages2.png”>
Thanks so much in advance for your time and knowledge!
Forum: Themes and Templates
In reply to: [evolve] The size of the bootstrap slider title and description.Thanks Bojan or your nice and courteous reply with the code and the SCS.
I already reduced the font size by using the options available in the Evolve theme customizer panel: “Bootstrap Slider.” What I was precisely concerned with was the size of the opaque banner container of those titles and descriptions in the bottom since it s quite big and invasive over the images. Just by “playing by ear” I got to reduce it by adding the following code on the custom CSS:#bootstrap-slider .carousel-caption {
left:0;
right:0;
padding-top:0; (it was 50 on the parent, I believe)
padding-bottom:0px; (same way)
bottom:0;
}
#bootstrap-slider .carousel-caption h2 {
background:rgba(0,0,0,0.5);
padding-top:0px; (15 on the parent)
padding-bottom:0px; (15 on the parent
margin-top:0;
}Although I got what I wanted I’m not so sure it is correct AND I want to shrink it MORE! My w/site is not running with this theme yet. I’m preparing Evolve little by little for a future migration to this new folder since I have an old non-responsive theme in the actual one. Besides, I’m a musician, not a developer and I constantly make mistakes and absurd alterations. However, here is it: https://rmpiano.com/lessons
Thanks again and cheers back!