-
Search Results
-
This is my website and i would like to change the font type and size. Is there any possibility without customizing the coding?
http://sparberater.eu/faq/#toggle-id-1
Thanks for answers :-)
Hi, how can I increase the font size of the contact form field titles?
Thanks,
Hi support
is it posible til change the font style of:
.avia-content-slider .new-special-heading h3 {
color: white;
font-size:26px;
}to the default style of “special heading” container
I have been trying to create a table in a footer column with a transparent background on all the cells and no borders so that I can position some text and images.
I have managed to get the table cell backgrounds to go transparent by setting the color to #0000ffff for the alternative background color for the footer in generalstyling->footer.
I can not get rid of the table cell borders though.
Below is the code in the footer column that creates the table;
<table width=”319″ height=”150″ id=”transtable”>
<tr>
<td width=”72″ style=”vertical-align: top;”>
</td>
<td width=”235″>
</br>
<span style=”font-size:85%”>Pacific Coast Energy, LLC is an industry leading propane marketing and distribution company based in the Puget Sound region of Washington State. We are locally owned & operated and we take pride in providing first class service at a fair and reasonable price.</span></td>
</tr>
</table>I added the following to my child theme styles.css
#transtable {
border-collapse: collapse;
border: 1px none;
}Any help would be appreciated!
Thanks,
Darryl.Hi,
I think I’ve finally finished my website soon, it will take several years (and tests with Replete, Abundance before Enfold).
Just a few last adjustments. Here are some questions burst, by hoping that it is the last ones ;-)
I include a screen capture to show what I want to obtain.1- I want to increase the menu text size
OK, I finally find how to make:#avia-menu .avia-menu-text { font-size: 15px !important; }2- I would like to add some more space above and below my main text menu on the top of the page.
3- I want to increase the font size for the text,
I succeeded with this code:#top .price, #top .price span, #top del, #top ins { font-size: 18px;but it also changes price everywhere (related products, shop page…)
I would like to change the price size only in the individual product page.4- I want to increase the big product image into individual product page.
Do I need Image resize plugin to make this or I can change it with quick css ?5- Related produce are too big. I changed the setting into function.php to make 5 columns but it’s still too big.
I tried with 6 columns but that not work (image become very big instead).
At this time, the size is about 228×228, I would like something like 175x175px.Thanks for your help !

Hi, I would like to know how to increase the font size for the fullwidth submenu item.
Thanks.
Hi there,
so say I have a home page with a whole bunch of colour sections and all the colour sections have different background colours and need different font colours and different bold/strong font colours.
how do you make it so that the different text boxes with different background colours have different font colours and sometimes font sizes for each text box?
I tried advanced MCE but it seems that the font size tool is either auf weidersehn or kaput on enfold..
please advise..
cheers and many thanks
Topic: Custom CSS for plug in.
I use a plug in that i non editable. I want to take it’s contents from a list and place them into 3 or 4 columns. I am using custom CSS code add on and placed mcj in the box. But Can’t get that to work with plug in. I have this custom CSS code and a way to add it to a single page, but it doesn’t work for some reason (but works on home page which is a custom template. Is there something I can do to get this to work? Home page is http://www.waterstone-realty.com. Demo page of this not working would be http://www.waterstone-realty.com/20151010-2 . Same page my widget is behind slider. Any advice on bringing it to front. Tried z-index but it isn’t working too well for some reason. But first and foremost trying to get my Pictures centered and columned.
<style type=”text/css”>
.entry-content ul, .entry-content ol {
width:100%;margin-auto;padding-right:px;overflow:hidden;display:block;
}.entry-content ul li, .entry-content ol li {
display:block; width:310px;margin-left: auto;margin-right:auto;
}.entry-content ul li img, .entry-content ol li img {
display:block;width: 250px;margin-left:30px;
}.dsidx-prop-features {display:none;}
.dsidx-prop-title {font-size:8pt; margin-bottom:10px;width:100%;margin-left:0px;}
.dsidx-prop-title img {display:block;font-size:8pt; margin-bottom:10px;width:250px;margin-left:auto;margin-right:auto; text-align:center;}
.dsidx-results {margin-left:auto;margin-right:auto;width: 100%;}
.dsidx-prop-summary {display:inline; float:left; width: 250px; height: 210px; overflow:hidden; }
.dsidx-results li img {float:right;width:250px;display:block; height: 162px;margin-left:auto;margin-right:auto;text-align:center;}
#deleteit {display:none;}
.entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
clear:both;
overflow:hidden;
}/* IPHONE
—————–
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */@media screen and (min-width: 300px) and (max-width: 739px) {
/* STYLES HERE */.entry-content ul li img, .entry-content ol li img {
display:block;width: 250px;margin-left:20px;
}}
</style>Topic: styling the submenu
I understand I can change the size, color, etc. by configuring the “Main Menu Sub Level Links” within the Advanced Styling BUT I do not see where I can change the font family and and font style. I would like to use the same font as in the Main Menu but smaller.
So, how do I change the font style for the sub level links (otherwise known as dropdown menu)Also, is there a way change the width of the sub menu? It is wider than I need.
Thanks, Claudia
