Jump to content

(SOLVED) lettertype cms block


roelrutjes

Recommended Posts

Hallo,

Het lukt mij maar niet om het lettertype of de lettergrootte van het cms block dat links op de pagina staat aan te passen.

Ik vermoed dat ik in de global.css moet zijn.

Via de live edit in het beheerssysteem zie ik ook dat de lettergrootte is geerfd van body index (global.css:16).

Als ik dan in de global.css de font-size (op regel 16) op b.v. 15 zet veranderen nog veel meer teksten in mijn site en dat is ook weer niet de bedoeling.

Heeft er iemand een tip?

 

Groeten, Roel.

Edited by roelrutjes (see edit history)
Link to comment
Share on other sites

Het gaat om de blockcms module neem ik aan?

Dan moet je de font grootte/type overrulen door dit toe te voegen in de /themes/jouw_theme/css/modules/blockcms/blockcms.css.

Waar je die code precies toevoegt hangt af van de theme die je gebruikt. Voor de standaard theme kan je het volgende:

.informations_block_left .block_content { padding-top: 3px }

veranderen in bijv.:

.informations_block_left .block_content {
padding-top: 3px;
font: 12px arial;
}

Link to comment
Share on other sites

Hallo AKJV,

Dank voor je reactie.

In mijn blockcms.css van mijn theme (matrice) kom ik nergens het woord informations block left tegen. Er staat alleen informatie over de footer. Ook in de andere bestanden in de map blockcms vind ik nergens iets over het informations block left.

Ik heb wel de tekst informations block left gevonden in: httpdocs/modules/block cms. Alleen weet ik niet of ik daar iets moet aanpassen. Ik kan je de tekst sturen als je wilt. Groeten, Roel.

Link to comment
Share on other sites

Ok, ik wist niet dat je een theme van een externe partij gebruikte.

Het makkelijkst is als je een link geeft naar je website. Met Firebug kunnen we dan zien waar de code aangepast moet worden.

 

Als je website nog niet online is, dan kan je inderdaad ook de code in blockcms.css van je theme hier posten.

Link to comment
Share on other sites

Hierbij de inhoud van mijn map theme/matrice/css/modules/blockcms/blockcms.css:

 

#block_various_links_footer ul {width:890px}

#block_various_links_footer p {color:#9A9A9A; clear:both; font-size:11px; padding:0.5em 0 0.3em 0}

#block_various_links_footer p a {color:#BA8391; text-decoration:underline}

#footer span {color:black; font-weight:bold; text-transform:uppercase; font-size:11px;}

#footer li{float:left; padding-right:20px}

#footer a { text-decoration:none; color:#1F1D1D; font-size:11px; font-family:Tahoma,Geneva,sans-serif}

#footer a:hover{ color:#BA8391; text-decoration:none }

#footer #variouslink{width:600px; float:left; margin-bottom:1em}

#footer #variouslink ul { margin:0 0 0 3em; padding:0}

#footer #variouslink h5 {background:transparent; margin:0.6em 0 4em 0em; padding:0.2em 0 0 4.5em; color:black; font-size:11px; }

#footer #variouslink li {width:auto; color:#999; font-size:11px}

 

 

 

En hierbij de inhoud van de map httpdocs/modules/blockcms/blockcms.tpl:

 

 

{*

* 2007-2011 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.org/licenses/afl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

* @author PrestaShop SA <[email protected]>

* @copyright 2007-2011 PrestaShop SA

* @version Release: $Revision: 7581 $

* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*}

 

{if $block == 1}

<!-- Block CMS module -->

{foreach from=$cms_titles key=cms_key item=cms_title}

<div id="informations_block_left_{$cms_key}" class="block informations_block_left">

<h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4>

<ul class="block_content">

{foreach from=$cms_title.categories item=cms_page}

{if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;">

<a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a>

</b></li>{/if}

{/foreach}

{foreach from=$cms_title.cms item=cms_page}

{if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if}

{/foreach}

{if $cms_title.display_store}<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}

</ul>

</div>

{/foreach}

<!-- /Block CMS module -->

{else}

<!-- MODULE Block footer -->

<ul class="block_various_links" id="block_various_links_footer">

{if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if}

<li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li>

{if !$PS_CATALOG_MODE}/{if}

{if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}

<li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>

{foreach from=$cmslinks item=cmslink}

{if $cmslink.meta_title != ''}

<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>

{/if}

{/foreach}

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

</ul>

<!-- /MODULE Block footer -->

{/if}

Link to comment
Share on other sites

Hierbij de inhoud van de map httpdocs/modules/blockcms/blockcms.tpl:

 

 

{*

* 2007-2011 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.or...ses/afl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

* @author PrestaShop SA <[email protected]>

* @copyright 2007-2011 PrestaShop SA

* @version Release: $Revision: 7581 $

* @license http://opensource.or...ses/afl-3.0.php Academic Free License (AFL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*}

 

{if $block == 1}

<!-- Block CMS module -->

{foreach from=$cms_titles key=cms_key item=cms_title}

<div id="informations_block_left_{$cms_key}" class="block informations_block_left">

<h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4>

<ul class="block_content">

{foreach from=$cms_title.categories item=cms_page}

{if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;">

<a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a>

</b></li>{/if}

{/foreach}

{foreach from=$cms_title.cms item=cms_page}

{if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if}

{/foreach}

{if $cms_title.display_store}<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}

</ul>

</div>

{/foreach}

<!-- /Block CMS module -->

{else}

<!-- MODULE Block footer -->

<ul class="block_various_links" id="block_various_links_footer">

{if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if}

<li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li>

{if !$PS_CATALOG_MODE}/{if}

{if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}

<li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>

{foreach from=$cmslinks item=cmslink}

{if $cmslink.meta_title != ''}

<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>

{/if}

{/foreach}

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

</ul>

<!-- /MODULE Block footer -->

{/if}

Link to comment
Share on other sites

Sorry, hierbij de gevraagde code nl. de inhoud van:

 

 

theme/matrice/modules/blockcms/blockcms.tpl:

 

 

 

{*

* 2007-2011 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.org/licenses/afl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

* @author PrestaShop SA <[email protected]>

* @copyright 2007-2011 PrestaShop SA

* @version Release: $Revision: 1.4 $

* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*}

 

{if $block == 1}

<!-- Block CMS module -->

{foreach from=$cms_titles item=cms_title}

<ul class="block_various_links">

<h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4>

{foreach from=$cms_title.categories item=cms_page}

{if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;">

<a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a>

</b></li>{/if}

{/foreach}

{foreach from=$cms_title.cms item=cms_page}

{if isset($cms_page.link)}

<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>

{/if}

{/foreach}

{if $cms_title.display_store}

<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>

{/if}

</ul>

{/foreach}

<!-- /Block CMS module -->

{else}

<!-- MODULE Block footer -->

<ul class="block_various_links" id="block_various_links_footer">

{if !$PS_CATALOG_MODE}

 

{/if}

 

{if !$PS_CATALOG_MODE}

 

{/if}

{if $display_stores_footer}

<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>

{/if}

 

{foreach from=$cmslinks item=cmslink}

{if $cmslink.meta_title != ''}

<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>

{/if}

{/foreach}

</ul>

 

 

<!-- /MODULE Block footer -->

{/if}

Link to comment
Share on other sites

Ik zie in de laatste blockcms.tpl dit staan:

<ul class="block_various_links">

 

Omdat dit niet in je blockcms.css staat, zou het in je global.css moeten staan. Daar kan je dan de font-size opgeven.

Als het ook niet in je global.css staat, dan kan je bijv. dit toevoegen aan je blockcms.css:

#block_various_links {font-size: 15px}

 

Ik weet niet zeker of dit helemaal goed is want kan het niet testen.

Link to comment
Share on other sites

Ik heb {font-size: 15px} erachter gezet in de blockcms.css.

Daarna force compile en de compile map leeggemaakt.

Toen werkte de hele site niet meer.

Daarna weer een oudere inhoud van de map compile teruggezet en toen deed de site het weer.

Als ik dan weer de map compile leegmaak doet de site het niet meer.

Link to comment
Share on other sites

Ik heb de tekst {font-size: 15px} alweer uit de blockcms.css gehaald en de compile-folder leeggehaald.

Nu doet de site het weer.

Ik vermoed dat ik {font-size: 15px} op de verkeerde plek heb gezet.

Waar zou jij het plaatsen?

Ik had het zo (vetgedrukt):

 

{*

* 2007-2011 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.or...ses/afl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

* @author PrestaShop SA <[email protected]>

* @copyright 2007-2011 PrestaShop SA

* @version Release: $Revision: 1.4 $

* @license http://opensource.or...ses/afl-3.0.php Academic Free License (AFL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*}

 

{if $block == 1}

<!-- Block CMS module -->

{foreach from=$cms_titles item=cms_title}

<ul class="block_various_links"> {font-size: 15px}

<h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4>

{foreach from=$cms_title.categories item=cms_page}

{if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;">

<a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a>

</b></li>{/if}

{/foreach}

{foreach from=$cms_title.cms item=cms_page}

{if isset($cms_page.link)}

<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>

{/if}

{/foreach}

{if $cms_title.display_store}

<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>

{/if}

</ul>

{/foreach}

<!-- /Block CMS module -->

{else}

<!-- MODULE Block footer -->

<ul class="block_various_links" id="block_various_links_footer">

{if !$PS_CATALOG_MODE}

 

{/if}

 

{if !$PS_CATALOG_MODE}

 

{/if}

{if $display_stores_footer}

<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>

{/if}

 

{foreach from=$cmslinks item=cmslink}

{if $cmslink.meta_title != ''}

<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>

{/if}

{/foreach}

</ul>

 

 

<!-- /MODULE Block footer -->

{/if}

Link to comment
Share on other sites

Het is nog niet gelukt:

Hierbij 2 teksten:

Ik heb nu in matrice/css/blockcms.css:

 

#block_various_links_footer ul {width:890px}

#block_various_links_footer p {color:#9A9A9A; clear:both; font-size:11px; padding:0.5em 0 0.3em 0}

#block_various_links_footer p a {color:#BA8391; text-decoration:underline}

#footer span {color:black; font-weight:bold; text-transform:uppercase; font-size:11px;}

#footer li{float:left; padding-right:20px}

#footer a { text-decoration:none; color:#1F1D1D; font-size:11px; font-family:Tahoma,Geneva,sans-serif}

#footer a:hover{ color:#BA8391; text-decoration:none }

#footer #variouslink{width:600px; float:left; margin-bottom:1em}

#footer #variouslink ul { margin:0 0 0 3em; padding:0}

#footer #variouslink h5 {background:transparent; margin:0.6em 0 4em 0em; padding:0.2em 0 0 4.5em; color:black; font-size:11px; }

#footer #variouslink li {width:auto; color:#999; font-size:11px}

 

/* Block CMS links */

.informations_block_left .block_content { padding-top: 3px; font-size:15px}

 

#block_various_links {font-size: 15px}

 

Ik heb nu in matrice/css//modules/blockcms/blockcms.css:

 

#block_various_links_footer ul {width:890px}

#block_various_links_footer p {color:#9A9A9A; clear:both; font-size:11px; padding:0.5em 0 0.3em 0}

#block_various_links_footer p a {color:#BA8391; text-decoration:underline}

#footer span {color:black; font-weight:bold; text-transform:uppercase; font-size:11px;}

#footer li{float:left; padding-right:20px}

#footer a { text-decoration:none; color:#1F1D1D; font-size:11px; font-family:Tahoma,Geneva,sans-serif}

#footer a:hover{ color:#BA8391; text-decoration:none }

#footer #variouslink{width:600px; float:left; margin-bottom:1em}

#footer #variouslink ul { margin:0 0 0 3em; padding:0}

#footer #variouslink h5 {background:transparent; margin:0.6em 0 4em 0em; padding:0.2em 0 0 4.5em; color:black; font-size:11px; }

#footer #variouslink li {width:auto; color:#999; font-size:11px}

 

/* Block CMS links */

.informations_block_left .block_content { padding-top: 3px; font-size:15px}

 

#block_various_links {font-size: 15px}

Link to comment
Share on other sites

Zou je de inhoud van global.css uit je post willen halen?

Het is een hele lap tekst en niet echt geschikt om zo in een post te zetten.

 

Maar ik zie dat ik mijn code aanpassing niet goed is. Dus probeer in plaats daarvan dit:

.block_various_links {font-size: 15px}

Link to comment
Share on other sites

Hallo AKJV,

 

Het is gelukt!

Prima tip!

 

De code ziet er nu zo uit:

 

#block_various_links_footer ul {width:890px}

#block_various_links_footer p {color:#9A9A9A; clear:both; font-size:11px; padding:0.5em 0 0.3em 0}

#block_various_links_footer p a {color:#BA8391; text-decoration:underline}

#footer span {color:black; font-weight:bold; text-transform:uppercase; font-size:11px;}

#footer li{float:left; padding-right:20px}

#footer a { text-decoration:none; color:#1F1D1D; font-size:11px; font-family:Tahoma,Geneva,sans-serif}

#footer a:hover{ color:#BA8391; text-decoration:none }

#footer #variouslink{width:600px; float:left; margin-bottom:1em}

#footer #variouslink ul { margin:0 0 0 3em; padding:0}

#footer #variouslink h5 {background:transparent; margin:0.6em 0 4em 0em; padding:0.2em 0 0 4.5em; color:black; font-size:11px; }

#footer #variouslink li {width:auto; color:#999; font-size:11px}

 

/* Block CMS links */

.informations_block_left .block_content { padding-top: 3px; font-size:15px}

 

.block_various_links {font-size: 15px}

 

 

En het werkt, de tekst is groter geworden.

Hartelijk dank voor je tips .

Weet je misschien ook hoe ik de regelafstand kan vergroten?

Groeten, Roel.

Link to comment
Share on other sites

Hallo Frens,

 

Bedankt dat was weer een top-tip.

1,5 is precies goed!

 

Even een ander (laatste) vraagje, valt misschien een beetje buiten deze topic, :

Hoe kan ik het woord categorieen bold krijgen?

Mijn map blokcategories ziet er nu zo uit, maar alleen de woorden onder categorieeen worden bold en het woord categorieen zelf niet.

 

Groeten, Roel.

 

/* Block categories */

div#categories_block_left ul.dhtml{ display:none; }

div#categories_block_left ul.tree li {background:url('../../../img/dotted.gif') bottom scroll repeat-x; border:none; padding:6px 0 6px 0; margin-left:0; margin-right:0; font-weight:bold; font-size:15px; line-height:13px; margin-top:2px;}

div#categories_block_left ul.tree li ul li{padding-left:10px; margin-top:5px; padding-bottom:0px; height:auto; font-size:15px; font-weight:bold; background:none}

div#categories_block_left ul.tree li ul li ul li{padding-left:11px; font-size:15px;}

div#categories_block_left ul.tree a{padding-left:0; color:#BA8391; font-size:15px; font-weight:bold}

div#categories_block_left ul.tree a:hover{text-decoration:none}

div#categories_block_left ul.tree a.selected{color:black; font-style:italic}

div#categories_block_left span.grower{display:block; float:left; background-position: 0px 3px; background-repeat: no-repeat; width:9px; height:15px; margin: 0 0 0 -10px!important; margin: 0 0 0 -6px; padding: 0;}

Link to comment
Share on other sites

Ik kan rond regel 800 3x block h4 vinden maar ik denk dat het gaat over de right column.

Ergens in het begin van de global css staat wel h4. Misschien moet ik daar iets mee doen?

 

 

Dit is het stuk tekst met 3 maal de block h4:

 

 

 

#right_column div.block h4 {display:none}

div.block ul { list-style: none }

div.block ul.tree li { padding-left: 1.2em }

div.block a:hover { text-decoration: underline }

#left_column div.block .block_content a.button_large,

#right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }

div.block .block_content {

min-height: 16px

}

div.block li {

padding: 0.2em 0 0.2em 0em;

list-style-position: outside

}

div.block a {

color: #595a5e;

text-decoration: none

}

div.right_blocks {margin-bottom:1em; float:left; padding-top:1em; background:url("../img/line.gif") no-repeat left top}

div.right_blocks h4 {

text-transform: uppercase;

font-weight: bold;

font-size:15px;

padding:0;

line-height: 1.3em;

color:black;

}

 

div.right_blocks a.right_blocks_sub_link { color:#EF5057; text-shadow:1px 1px 1px white; font-size:10px; text-transform:uppercase; text-decoration:none}

div.right_blocks li {margin-top:0.7em}

div.right_blocks li p strong {color:black}

 

 

/* Block new products */

div.right_column_new{width:200px; float:left;}

#right_column_new span {color:white; font-size:15px; font-family:'Yanone Kaffeesatz', arial, serif; line-height:17px;}

#right_column_new img {float:left; border:1px solid black; padding:1px; width:70px; height:70px}

#right_column_new li {float:left; width:210px; zoom:1;}

#right_column_new ol {width:110px; float:left; margin-left:10px }

#right_column_new h6 {padding:0; width:100%}

#right_column_new h6 a {font-size:11px; text-transform:uppercase; color:#333}

#right_column_new p {margin:0; padding:0; width:100%; font-size:11px}

#right_column_new p a {color:#D63170; font-size:11px; font-style:italic; text-decoration:none;}

 

/* Block top sellers */

div.right_column_top_sellers{width:200px; float:left;}

#right_column_top_sellers span {color:white; font-size:15px; line-height:17px;}

#right_column_top_sellers img {float:left; border:1px solid black; padding:1px; width:70px; height:70px}

#right_column_top_sellers li {float:left; width:210px; zoom:1;}

#right_column_top_sellers ol {width:110px; float:left; margin-left:10px }

#right_column_top_sellers h6 {padding:0; width:100%}

#right_column_top_sellers h6 a {font-size:11px; text-transform:uppercase; color:#333}

#right_column_top_sellers p {margin:0; padding:0; width:100%; font-size:11px}

#right_column_top_sellers p a {color:#D63170; font-size:11px; font-style:italic; text-decoration:none;}

.bx-window {padding-bottom:5px}

.bx-next {position:absolute; top:100%; right:5px; z-index:999; width:75px; height:25px; text-indent:-999999px; background:url(../img/right.gif) no-repeat; z-index:1}

.bx-prev {position:absolute; top:100%; left:230px; z-index:999; width:75px; height:25px; text-indent:-999999px; background: url(../img/left.gif) no-repeat; z-index:1}

.bx-next:hover, .bx-prev:hover {background-position: 0 -25px;}

.bx-pager {text-align:left; width:180px; float:left; font-size:12px; color:white; overflow:hidden}

.bx-pager a:hover {background-position:0 -10px}

.bx-pager .pager-active {background-position:0 -20px}

.bx-pager a {width:10px; height:10px; float:left; margin:3px; background:url(../img/bg-indicator.gif) 0 0 no-repeat; display:block; font-size:1px; color:#CDD8CD}

 

 

/* Block promos */

.bx-wrapper{width:250px}

div.right_column_promos{width:200px; float:left;}

#right_column_promos span {color:white; font-size:15px; line-height:17px;}

#right_column_promos img {float:left; border:1px solid black; padding:1px; width:70px; height:70px}

#right_column_promos li {float:left; width:210px; zoom:1;}

#right_column_promos ol {width:110px; float:left; margin-left:10px }

#right_column_promos h6 {padding:0; width:100%}

#right_column_promos h6 a {font-size:11px; text-transform:uppercase; color:#333}

#right_column_promos p {margin:0; padding:0; width:100%; font-size:11px}

#right_column_promos p a {color:#D63170; font-size:11px; font-style:italic; text-decoration:none;}

#right_column_promos p b {color:#EF5057}

 

/* Block best sellers */

#best-sellers_block_right p {

margin: 0;

}

 

/* block exclusive */

#left_column div.exclusive, #right_column div.exclusive {

background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left

}

div.exclusive li { margin-top: 0 }

div.exclusive, div.exclusive a { color: white }

div.exclusive .block_content {

background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;

border-left: 1px solid #595a5e;

border-right: 1px solid #595a5e

}

 

/* Styles for products blocks */

 

/* Special style for block products in center column */

#center_column .products_block {color: #595a5e; width:670px; float:right; margin-top:2em}

#center_column .products_block ul {width:700px}

#center_column .products_block h4 a {color:#ff6600; float:le

Link to comment
Share on other sites

Je zou eens font-weight: bold; kunnen toevoegen in je eerste regel code ipv bv display:none

waarom jij display:none weet ik niet ,,blijft moeilijk zonder link en ander thema

 

 

had je hier ook eens naar gekenen ?

theme matrice

 

kijk eens in je style.css bij ul#categories h3

Link to comment
Share on other sites

Die style.css kan ik nergens vinden, ik gebruik deze Matrice:

http://prestaplayers.com/fr/themes-gratuits-prestashop/9-matrice-theme-prestashop-gratuit.html

 

Maar toch heb ik het opgelost:

In de global.css: kwam ik deze regel tegen (regel 770) waarbij ik de font weight op bold heb gezet:

 

 

div.block h4 { color:#1D1B1B; margin-bottom:0.4em; font-weight:bold; text-transform:uppercase; font-size:15px}

 

Nogmaals bedankt Frens en AKJV voor al jullie prima tips, Groeten, Roel.

Link to comment
Share on other sites

Zou je nog [solved] voor je topictitel willen zetten? Dit doe je door je eerste post te editten (gebruik hierbij de Full editor) en dan de titel aan te passen. Alvast bedankt.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...