optoscar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorI have deactivated and removed all the cache plugins.
And now everything works fine and changes are automatically seen at the website.Million thanks for your help and time!
Best Wishes.
Oscar.
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorSorry for the links, I am having some problems… here is again the same post more cleanear:
“Hello again,
I am experiencing again the same problem. I do my changes within WordPress Website (https://cye-coaching.com/wp-admin/customize.php) and there everything look OK:
“Costumize Page at WordPress Website” https://www.dropbox.com/s/cbsvczgzb2w1z4t/Captura%20de%20pantalla%202013-11-19%2015.44.07.png
also when I click on the option to Visit Site (in spanish Visitar Sitio)
“Visit my Site option image” https://www.dropbox.com/s/ixfvqknjpb14sz1/Captura%20de%20pantalla%202013-11-19%2015.47.37.pngand i got the website as I define:
“Visiting my blog image”
https://www.dropbox.com/s/r6gjbpxwdumqb1c/Captura%20de%20pantalla%202013-11-19%2015.47.41.pngBut when I change to other browser (or even in the same one) I’ve got a completly different page:
“Comodo Browser image” https://www.dropbox.com/s/hdc6ulnm3y0gzgw/Captura%20de%20pantalla%202013-11-19%2015.50.38.png
also iexplorer:
“IExplorer image”
https://www.dropbox.com/s/q3uehfz985ooxnk/Captura%20de%20pantalla%202013-11-19%2015.51.41.pngwhy is this happening?
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorHello again,
I am experiencing again the same problem. I do my changes within WordPress Website (https://cye-coaching.com/wp-admin/customize.php) and there everything look OK:
https://www.dropbox.com/s/cbsvczgzb2w1z4t/Captura%20de%20pantalla%202013-11-19%2015.44.07.png
also when I click on the option to Visit Site (in spanish Visitar Sitio)
https://www.dropbox.com/s/ixfvqknjpb14sz1/Captura%20de%20pantalla%202013-11-19%2015.47.37.png
and i got the website as I define:
https://www.dropbox.com/s/r6gjbpxwdumqb1c/Captura%20de%20pantalla%202013-11-19%2015.47.41.pngBut when I change to other browser (or even in the same one) I’ve got a completly different page:
https://www.dropbox.com/s/hdc6ulnm3y0gzgw/Captura%20de%20pantalla%202013-11-19%2015.50.38.png
also iexplorer:
https://www.dropbox.com/s/q3uehfz985ooxnk/Captura%20de%20pantalla%202013-11-19%2015.51.41.pngwhy is this happening?
[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorSo far, I have changed everything I was requested to change ??
So, thank you very much!
The code I used for all the personalization is:
h1,h2 { font-weight: bold; font-family: agency-fb; font-size: 20pt; color: #7A3F79; } .marketing h2 { font-weight: bold; } .tribe-events-list-widget .duration{ font-family: agency-fb; font-size: 10pt; } .entry-header .entry-title { font-family: agency-fb; font-size: 14pt; color: #7A3F79; } .tribe-events-list-widget-events .entry-title{ font-family: agency-fb; font-size: 11pt; } .entry-title a { color: #7A3F79!important; }
Thanks again for your great help Balint
ps: I will keep it unresolved for a while, until i try further personalizations.
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorAnother problem I am facing is….
It does work inside Worpress Costumize website (https://cye-coaching.com/wp-admin/customize.php https://www.dropbox.com/s/9d4y8rerkk32lmv/Captura%20de%20pantalla%202013-11-19%2012.37.07.png)… but it doesn’t work at the actual website (https://cye-coaching.com/ https://www.dropbox.com/s/51mrjgfdowr26jm/Captura%20de%20pantalla%202013-11-19%2012.36.32.png)
??
Forum: Themes and Templates
In reply to: [Customizr] Entry Title Fonts: Size and ColorHello Balint,
many thanks for your help.
A couple of things worked great:
1.- Bold at higlighted page titles! Perfecto!
.marketing h2 {
font-weight: bold;
}2.- Time values at Event List, grat
.tribe-events-list-widget .duration{
font-family: agency-fb;
font-size: 10pt;
color: #8A2BE2;
}But I still cannot target some elements:
1.- Entry Titles. I am trying with this code:
.entry-header .entry-title {
font-family: agency-fb;
font-size: 14pt;
color: #8A2BE2;
}
It does change the size and font, but no the color.. ??2.- List Event Titles. I have tried different codes, for instance:
.tribe-events-list-widget-events .entry-title{
font-family: agency-fb;
font-size: 11pt;
color: #8A2BE2;
}
Again, I could change size and font, bt no the font color… ??What I am doing wrong with the font color?
As I do not know too much about CSS, I can figure out how to target those elements.
Forum: Themes and Templates
In reply to: [Customizr] Social-Icon SizeHi rdellconsulting,
many thanks for the answers.
I did change the size of the social icons, adding this code to the Costum CSS stile section:/* For sidebar */
.tc-sidebar .social-block {
font-size: 2em
}/* For navbar */
.navbar-inner .social-block {
font-size: 2em
}Forum: Themes and Templates
In reply to: [Customizr] How to adjust the height of the slider?Hello,
I changed it (to make it smaller) adding this code to the costum CSS section:
/*Slider size*/
.carousel .item {
line-height: 200px;
overflow: hidden;
min-height: 200px;
}Maybe you can use it to make it bigger too
hope it helps