Jump to content

Domain Page Issues


Recommended Posts

23 minutes ago, Tom Wilson said:

But it still shows.

it would be...

.tld-filters {display: none !important;}

... but you'd still be left with the Browse extensions by category text...

qUb7yyB.png

so you'd have to use a Language Override to replace that string... though you'd then be left with an empty space, so it might just be easier to remove everything by editing the template. 🙂

23 minutes ago, Tom Wilson said:

Then, I have `.co.uk`, `.com` and `.org` showing as a spotlight domain, but it shows this:

custom theme or clean version of Standard_cart ?

23 minutes ago, Tom Wilson said:

As you can see, pricing is shown as n/a, and .org does not show.

there is no default logo image for .org, so you will have to add it yourself.

https://docs.whmcs.com/Domain_Pricing_Matrix#Adding_Additional_Logos

Link to comment
Share on other sites

1 hour ago, brian! said:

it would be...


.tld-filters {display: none !important;}

... but you'd still be left with the Browse extensions by category text...

qUb7yyB.png

so you'd have to use a Language Override to replace that string... though you'd then be left with an empty space, so it might just be easier to remove everything by editing the template. 🙂

custom theme or clean version of Standard_cart ?

there is no default logo image for .org, so you will have to add it yourself.

https://docs.whmcs.com/Domain_Pricing_Matrix#Adding_Additional_Logos

Thanks! How would I edit the color of the price part? Not sure what to put in custom.css exactly.

 

662141238_Screenshot2019-04-14at14_41_02.png.28cef4a2620a6a858c5e149b8b078f1f.png

Link to comment
Share on other sites

21 hours ago, Tom Wilson said:

Thanks! How would I edit the color of the price part? Not sure what to put in custom.css exactly.

.featured-tld .price.org {
   background-color: #78AB30;
   color: #fff;
}

.featured-tld .price.orguk {
   background-color: #3AA140;
   color: #fff;
}

 

Link to comment
Share on other sites

  • 3 weeks later...
On 17/04/2019 at 11:11 AM, brian! said:

it does for me in Six by adding it to custom.css - I double-checked the code before posting...

is7S0WS.png

what are you seeing on your site ??

Hi

.featured-tld .price.io {
   background-color: #3AA140;
   color: #3aa140;
   p { color: #ffffff; };
}

and I see:

1692840808_Screenshot2019-05-06at14_21_05.png.762fd0fa2dd17af6982432d830275f8f.png

Link to comment
Share on other sites

  • 2 weeks later...

Hi Tom,

that CSS code is wrong - specifically adding the p (it's unnecessary)...

.featured-tld .price.io {
   background-color: #6AAF07;
   color: #fff;
}

"background color" is the colour of the lower bar (in this case, a shade of green); "color" is the font colour used to display the price - in this case, it's white as we're using the abbreviated #fff.

BeAhDhz.png

... but we could make it black by using color: #000; in the css if we wanted to. 🙂

G0GfvcM.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated