Jump to content

[SOLVED] Don't know how to modify this simple thing...


Recommended Posts

Hello prestashopers,
I have a problem with one section of my web, the problem is only graphic or visual problem, I tried to find the files for edit, but not found.
 
Is with the "My-Account" section, I add capture:
 
cortado.jpg?dl=1&token_hash=AAFh_QQy0ufZ
 
The zone with purple colour is visual cutted over the distributors module, I can think that is edit with <br /> or with width options, but I didn't found the file where is writed this.


EDIT:

I would like too change the font colour of this, and don't found the css for each block:
 
fuentes.jpg?_subject_uid=113607688&w=AAB
 
The first purple box is the 'blockuserinfo' can be? But don't found the css for change colours and font styles... The second is in 'My-Account'...



Anyone can help me? Thanks a lot prestafriends.

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

I solved first problem at global.css:

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
	clear: none;
	height: 26em;

Changing height, we made the background box of this page bigger or smaller.

 

 

Let's go with the second visual problem that I not found... The font color changing of the things I marked in second picture, if any of you knows how to edit, I would be happy if you can help me, thanks.

Link to comment
Share on other sites

Oh sorry, I can see that... I think because is hosted in dropbox... I upload here the image.

 

 

What I want to do is changing the font color/size... I found that, the text are in lines like:

<a href="{$link->getPageLink('my-account', true)}" title="{l s='Entra en tu cuenta de cliente.' mod='blockpermanentlinks'}" class="login" rel="nofollow">{l s='Entrar en tu cuenta' mod='blockpermanentlinks'}</a>

But I try to find the class "login" or "blockpermanentlinks" in the css and I didn't found.

 

The url is:

http://comercialhosteleramoreno.es

 

You see the web in spanish?, thanks for answering my topic :)

post-753788-0-68574600-1392893435_thumb.jpg

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

Ok, I found the code for change the titles, and the header... but only can change the plane text... If is a LINK, It don't show the changes... What im telling:

 

blockpermanentlinks-header.tpl

<div class="nav-item">
			<div class="item-top" style="color:#ffffff !important">
				{l s='|     Llámanos sin compromiso: ' mod='blockpermanentlinks'}
				{l s='96 151 19 24' mod='blockpermanentlinks'}
			</div>
		</div>

Is a plane text and shows the edit, but if uses a <a> tag, idk where put the style="color:#ffffff !important" 

 

Here is marked the div what I want edit:

post-753788-0-24690600-1392979605_thumb.jpg

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

×
×
  • Create New...